diff --git a/.github/version.json b/.github/version.json index 066168e9..6d597f10 100644 --- a/.github/version.json +++ b/.github/version.json @@ -1,3 +1,3 @@ { - "version": "9.0.24" + "version": "9.0.25" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9039bd..01ca7a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [9.0.25](https://github.com/kuhnroyal/mat-datetimepicker/compare/v9.0.24...v9.0.25) (2022-01-17) + +### Other + +- **deps-dev:** bump ng-packagr from 13.1.2 to 13.1.3 ([0807f4b](https://github.com/kuhnroyal/mat-datetimepicker/commit/0807f4b096d273345ea1a0f746dd4c63e72c571b)) + ### [9.0.24](https://github.com/kuhnroyal/mat-datetimepicker/compare/v9.0.23...v9.0.24) (2022-01-17) ### Other diff --git a/projects/core/package.json b/projects/core/package.json index c075f5a9..338c3dbc 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@mat-datetimepicker/core", - "version": "9.0.24", + "version": "9.0.25", "repository": "https://github.com/kuhnroyal/mat-datetimepicker.git", "author": "PL ", "license": "MIT", diff --git a/projects/moment/package.json b/projects/moment/package.json index 4a76fce7..e4cf2192 100644 --- a/projects/moment/package.json +++ b/projects/moment/package.json @@ -1,6 +1,6 @@ { "name": "@mat-datetimepicker/moment", - "version": "9.0.24", + "version": "9.0.25", "repository": "https://github.com/kuhnroyal/mat-datetimepicker.git", "author": "PL ", "license": "MIT",