diff --git a/.github/version.json b/.github/version.json index 1c58e47d..f7ce7937 100644 --- a/.github/version.json +++ b/.github/version.json @@ -1,3 +1,3 @@ { - "version": "9.0.56" + "version": "9.0.57" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c114a031..ac212d8f 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.57](https://github.com/kuhnroyal/mat-datetimepicker/compare/v9.0.56...v9.0.57) (2022-05-29) + +### Other + +- **deps-dev:** bump @typescript-eslint/parser from 5.17.0 to 5.25.0 ([5cf46a5](https://github.com/kuhnroyal/mat-datetimepicker/commit/5cf46a5ce24c9c848c0c7140f48cbb2006178bb6)) + ### [9.0.56](https://github.com/kuhnroyal/mat-datetimepicker/compare/v9.0.55...v9.0.56) (2022-05-23) ### Other diff --git a/projects/core/package.json b/projects/core/package.json index 7035e7d0..f6ac4278 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@mat-datetimepicker/core", - "version": "9.0.56", + "version": "9.0.57", "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 71de3428..a67ebf23 100644 --- a/projects/moment/package.json +++ b/projects/moment/package.json @@ -1,6 +1,6 @@ { "name": "@mat-datetimepicker/moment", - "version": "9.0.56", + "version": "9.0.57", "repository": "https://github.com/kuhnroyal/mat-datetimepicker.git", "author": "PL ", "license": "MIT",