diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ec73e..25654e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.0.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v13.1.0...v14.0.0) (2022-04-08) + + +### Features + +* support Angular Components 14 ([f658d4c](https://github.com/lekhmanrus/ngx-multiple-dates/commit/f658d4cdf70c0aa3aaa5ab3a1aa440e175c07b02)) + ## [13.1.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v13.0.0...v13.1.0) (2022-01-25) diff --git a/package-lock.json b/package-lock.json index 69d31e0..c56ce77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-multiple-dates", - "version": "13.1.0", + "version": "14.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ngx-multiple-dates", - "version": "13.1.0", + "version": "14.0.0", "license": "MIT", "dependencies": { "@angular/animations": "^14.0.0-next.11", diff --git a/package.json b/package.json index 581f5ed..dd1786e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-multiple-dates", "description": "Angular Multiple Dates", - "version": "13.1.0", + "version": "14.0.0", "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 62099b6..719efa0 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": "13.1.0", + "version": "14.0.0", "homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/", "bugs": { "url" : "https://github.com/lekhmanrus/ngx-multiple-dates/issues",