Bump version to "v21.2.4" with changelog.#32843
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the project version from 21.2.3 to 21.2.4, reflected in both package.json and CHANGELOG.md. The changelog includes several bug fixes across @angular/cli, @angular/build, and @angular/ssr. Feedback was provided regarding the formatting of an asterisk in a changelog entry, suggesting that '\*' should be '*' for proper rendering.
| | Commit | Type | Description | | ||
| | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- | | ||
| | [9bdf782c8](https://github.com/angular/angular-cli/commit/9bdf782c838ab5820ec905d689a62ffc3b3cabe3) | fix | apply forwarded prefix and vary header in accept-language redirects | | ||
| | [628c58672](https://github.com/angular/angular-cli/commit/628c586728748e1c367fa7e363299eb79b1566ca) | fix | support '\*' in allowedHosts and warn about security risks | |
There was a problem hiding this comment.
The backslash before the asterisk in '\*' is likely unnecessary and will be rendered as a literal backslash. To display a literal asterisk within single quotes, you can just write '*'. This will make the changelog entry more accurate.
| | [628c58672](https://github.com/angular/angular-cli/commit/628c586728748e1c367fa7e363299eb79b1566ca) | fix | support '\*' in allowedHosts and warn about security risks | | |
| | [628c58672](https://github.com/angular/angular-cli/commit/628c586728748e1c367fa7e363299eb79b1566ca) | fix | support '*' in allowedHosts and warn about security risks | |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.