diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba6a4a..61814e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v14.2.0...v14.3.0) (2022-09-19) + + +### Features + +* emit date remove event ([47f523c](https://github.com/lekhmanrus/ngx-multiple-dates/commit/47f523c8c1734ace5cf17bd01cd7e43ded17cca8)), closes [#11](https://github.com/lekhmanrus/ngx-multiple-dates/issues/11) +* support Angular 15 ([7719c1f](https://github.com/lekhmanrus/ngx-multiple-dates/commit/7719c1f925fcf57f3eaeb7adb1deeeccc7e07ed1)) + + +### Bug Fixes + +* readme ([3681543](https://github.com/lekhmanrus/ngx-multiple-dates/commit/3681543cbeda42bbce11b54d77c329fa57176028)) + ## [14.2.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v14.1.1...v14.2.0) (2022-08-19) diff --git a/package-lock.json b/package-lock.json index 52d6c49..ff7d4c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-multiple-dates", - "version": "14.2.0", + "version": "14.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ngx-multiple-dates", - "version": "14.2.0", + "version": "14.3.0", "license": "MIT", "dependencies": { "@angular/animations": "^15.0.0-next.2", diff --git a/package.json b/package.json index 0657f4e..3246e1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-multiple-dates", "description": "Angular Multiple Dates", - "version": "14.2.0", + "version": "14.3.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 b0ecb82..a61c791 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.2.0", + "version": "14.3.0", "homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/", "bugs": { "url" : "https://github.com/lekhmanrus/ngx-multiple-dates/issues",