From 718cb259bd414baf6896479d9613bb3b720b0c36 Mon Sep 17 00:00:00 2001 From: Ruslan Lekhman Date: Tue, 21 Nov 2023 16:08:12 -0700 Subject: [PATCH] chore(release): 17.0.1 --- 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 9b6d174..a36c2f6 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. +### [17.0.1](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v17.0.0...v17.0.1) (2023-11-21) + + +### Bug Fixes + +* update gh actions ([df80a8c](https://github.com/lekhmanrus/ngx-multiple-dates/commit/df80a8c632d7b93fc9bc77f522e4f24a2d7e9fa6)) + ## [17.0.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v16.0.0...v17.0.0) (2023-11-21) diff --git a/package-lock.json b/package-lock.json index 8700ca9..20b7b15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-multiple-dates", - "version": "17.0.0", + "version": "17.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-multiple-dates", - "version": "17.0.0", + "version": "17.0.1", "license": "MIT", "dependencies": { "@angular/animations": "^17.0.4", diff --git a/package.json b/package.json index bd00f52..444b62b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-multiple-dates", "description": "Angular Multiple Dates", - "version": "17.0.0", + "version": "17.0.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 36c9f66..ff9f31a 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": "17.0.0", + "version": "17.0.1", "homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/", "bugs": { "url": "https://github.com/lekhmanrus/ngx-multiple-dates/issues",