diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3a87e3ad2d..3ef65a489121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# 20.0.1 "sulfur-sandpaper" (2025-05-28) +### material +| Commit | Type | Description | +| -- | -- | -- | +| [ecd17ad75](https://github.com/angular/components/commit/ecd17ad758dd831f0be2d106ad4b4cd63f116069) | fix | **button:** add token for icon button shape ([#31223](https://github.com/angular/components/pull/31223)) | +| [20fa71807](https://github.com/angular/components/commit/20fa71807bcbb8ef4dee75b86f0000aee31591f5) | fix | **schematics:** filter paths when renaming tokens ([#31249](https://github.com/angular/components/pull/31249)) | + + + # 20.0.0 "calcium-carrot" (2025-05-28) ## Breaking Changes diff --git a/package.json b/package.json index 8e6840b083c3..39540f176f29 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts", "prepare": "husky" }, - "version": "20.0.0", + "version": "20.0.1", "dependencies": { "@angular-devkit/core": "catalog:", "@angular-devkit/schematics": "catalog:",