diff --git a/CHANGELOG.md b/CHANGELOG.md index b06d258764..f1ecb19bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.2.5](https://github.com/angular/material/compare/v1.2.4...v1.2.5) (2022-04-11) + +One final release of AngularJS in order to update package README files on npm. + ## [1.2.4](https://github.com/angular/material/compare/v1.2.3...v1.2.4) (2021-12-16) diff --git a/package-lock.json b/package-lock.json index 9cf0ba8819..03e05e0265 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-material-source", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 2a7a06e01b..493ce7fc95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-material-source", - "version": "1.2.4", + "version": "1.2.5", "description": "The AngularJS Material project is an implementation of Material Design in AngularJS. This project provides a set of reusable, well-tested, and accessible Material Design UI components. AngularJS Material is supported internally at Google by the AngularJS, Angular Components, and other product teams.", "keywords": [ "client-side", @@ -138,4 +138,4 @@ "node": ">=12", "npm": ">=6" } -} +} \ No newline at end of file