From 43197cb2e634a43636a666e2627753b29d5461b7 Mon Sep 17 00:00:00 2001 From: Ruslan Lekhman Date: Mon, 27 Jun 2022 13:28:11 -0600 Subject: [PATCH] chore(release): 14.1.1 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- projects/ngx-multiple-dates/package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7ab12..3c861b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [14.1.1](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v14.1.0...v14.1.1) (2022-06-27) + ## [14.1.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v14.0.0...v14.1.0) (2022-04-27) diff --git a/package-lock.json b/package-lock.json index 13cf6b6..78343dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-multiple-dates", - "version": "14.1.0", + "version": "14.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ngx-multiple-dates", - "version": "14.1.0", + "version": "14.1.1", "license": "MIT", "dependencies": { "@angular/animations": "^14.0.3", diff --git a/package.json b/package.json index 45e8d19..89fcf3a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-multiple-dates", "description": "Angular Multiple Dates", - "version": "14.1.0", + "version": "14.1.1", "homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/", "bugs": { "url": "https://github.com/lekhmanrus/ngx-multiple-dates/issues", diff --git a/projects/ngx-multiple-dates/package.json b/projects/ngx-multiple-dates/package.json index cfd424e..1636e55 100644 --- a/projects/ngx-multiple-dates/package.json +++ b/projects/ngx-multiple-dates/package.json @@ -1,7 +1,7 @@ { "name": "ngx-multiple-dates", "description": "Angular Multiple Dates", - "version": "14.1.0", + "version": "14.1.1", "homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/", "bugs": { "url" : "https://github.com/lekhmanrus/ngx-multiple-dates/issues",