From 2a878b0e126e8047b02128b84eb15d8e19b445e0 Mon Sep 17 00:00:00 2001 From: Ruslan Lekhman Date: Tue, 21 Nov 2023 15:54:28 -0700 Subject: [PATCH] chore(release): 17.0.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- projects/ngx-multiple-dates/package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80188a4..9b6d174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [17.0.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v16.0.0...v17.0.0) (2023-11-21) + + +### Features + +* add filter example ([4f894c8](https://github.com/lekhmanrus/ngx-multiple-dates/commit/4f894c8d487d12c53a34972372b292400c2df1f0)) +* support angular 17 ([cba8b81](https://github.com/lekhmanrus/ngx-multiple-dates/commit/cba8b81d72c9aab7ff6cd0736c37d5afac9a67f1)) + ## [16.0.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v15.0.1...v16.0.0) (2023-06-09) diff --git a/package-lock.json b/package-lock.json index 0b862fc..8700ca9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-multiple-dates", - "version": "16.0.0", + "version": "17.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-multiple-dates", - "version": "16.0.0", + "version": "17.0.0", "license": "MIT", "dependencies": { "@angular/animations": "^17.0.4", diff --git a/package.json b/package.json index 54f1a8f..bd00f52 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-multiple-dates", "description": "Angular Multiple Dates", - "version": "16.0.0", + "version": "17.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 ae5d6a3..36c9f66 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": "16.0.0", + "version": "17.0.0", "homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/", "bugs": { "url": "https://github.com/lekhmanrus/ngx-multiple-dates/issues",