diff --git a/.github/version.json b/.github/version.json index 07305971..6ac29f4b 100644 --- a/.github/version.json +++ b/.github/version.json @@ -1,3 +1,3 @@ { - "version": "9.0.59" + "version": "9.0.60" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a1ab27..47205941 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.60](https://github.com/kuhnroyal/mat-datetimepicker/compare/v9.0.59...v9.0.60) (2022-06-01) + +### Other + +- **deps-dev:** bump @types/node from 17.0.36 to 17.0.37 ([a42218a](https://github.com/kuhnroyal/mat-datetimepicker/commit/a42218a6361956c29f66ac52ec9061391855293a)) + ### [9.0.59](https://github.com/kuhnroyal/mat-datetimepicker/compare/v9.0.58...v9.0.59) (2022-05-31) ### Other diff --git a/projects/core/package.json b/projects/core/package.json index 2ee82312..c3cab746 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@mat-datetimepicker/core", - "version": "9.0.59", + "version": "9.0.60", "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 84efbc6f..4b723f6e 100644 --- a/projects/moment/package.json +++ b/projects/moment/package.json @@ -1,6 +1,6 @@ { "name": "@mat-datetimepicker/moment", - "version": "9.0.59", + "version": "9.0.60", "repository": "https://github.com/kuhnroyal/mat-datetimepicker.git", "author": "PL ", "license": "MIT",