diff --git a/CHANGELOG.md b/CHANGELOG.md index 158b7735653b..5ccaeadbf2aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# 16.2.13 "pink-peach" (2024-01-11) +### material +| Commit | Type | Description | +| -- | -- | -- | +| [398197d7e](https://github.com/angular/components/commit/398197d7e7596d1a6526a0be47a1eb1305e0bc1c) | fix | **button:** resolve memory leaks in ripples ([#28254](https://github.com/angular/components/pull/28254)) ([#28408](https://github.com/angular/components/pull/28408)) | + + + # 16.2.12 "practical-pinecone" (2023-11-08) ### cdk diff --git a/package.json b/package.json index edca680ac575..b680a4fce99d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts", "prepare": "husky install" }, - "version": "16.2.12", + "version": "16.2.13", "dependencies": { "@angular/animations": "^16.1.1", "@angular/common": "^16.1.1",