diff --git a/CHANGELOG.md b/CHANGELOG.md index 61814e3..5a877a8 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.3.1](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v14.3.0...v14.3.1) (2022-09-20) + ## [14.3.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v14.2.0...v14.3.0) (2022-09-19) diff --git a/package-lock.json b/package-lock.json index 20d3115..6d7089f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-multiple-dates", - "version": "14.3.0", + "version": "14.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ngx-multiple-dates", - "version": "14.3.0", + "version": "14.3.1", "license": "MIT", "dependencies": { "@angular/animations": "^14.2.2", diff --git a/package.json b/package.json index 5191535..f25b87e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-multiple-dates", "description": "Angular Multiple Dates", - "version": "14.3.0", + "version": "14.3.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 8a9e7b7..da6757c 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.3.0", + "version": "14.3.1", "homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/", "bugs": { "url" : "https://github.com/lekhmanrus/ngx-multiple-dates/issues",