diff --git a/CHANGELOG.md b/CHANGELOG.md index 07721ae1bc58..61c92edc6825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# 16.2.7 "corundum-candy" (2023-10-04) +### material +| Commit | Type | Description | +| -- | -- | -- | +| [fd97395cd](https://github.com/angular/components/commit/fd97395cd4c02c8bea7f51a01ff0e76c61589f5c) | fix | **tabs:** nav bar not navigating on enter presses ([#27862](https://github.com/angular/components/pull/27862)) | + + + # 16.2.6 "jade-jungle" (2023-09-27) ### cdk diff --git a/package.json b/package.json index 754dee0a0456..c0dff83ae96c 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.6", + "version": "16.2.7", "dependencies": { "@angular/animations": "^16.1.1", "@angular/common": "^16.1.1",