From 89d5501b24bf13bdec8c34cf067f3546af899baf Mon Sep 17 00:00:00 2001 From: Ruslan Lekhman Date: Fri, 19 Aug 2022 11:52:16 -0600 Subject: [PATCH] chore(release): 14.2.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- projects/ngx-multiple-dates/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c861b8..4ba6a4a 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.2.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v14.1.1...v14.2.0) (2022-08-19) + + +### Features + +* support `mat-calendar` ([b1d1402](https://github.com/lekhmanrus/ngx-multiple-dates/commit/b1d1402b0185dbc8c8dfad629b7485455c3983bd)), closes [#10](https://github.com/lekhmanrus/ngx-multiple-dates/issues/10) + ### [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 d8bfd70..28382e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-multiple-dates", - "version": "14.1.1", + "version": "14.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ngx-multiple-dates", - "version": "14.1.1", + "version": "14.2.0", "license": "MIT", "dependencies": { "@angular/animations": "^14.1.3", diff --git a/package.json b/package.json index 339242f..a74f6ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-multiple-dates", "description": "Angular Multiple Dates", - "version": "14.1.1", + "version": "14.2.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 1636e55..a203f82 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.1", + "version": "14.2.0", "homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/", "bugs": { "url" : "https://github.com/lekhmanrus/ngx-multiple-dates/issues",