Skip to content

Commit 85decfc

Browse files
committed
prepare release
1 parent 423a501 commit 85decfc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
1111
## [Unreleased]
1212

13+
## [6.0.0-rc.4] - 2026-05-28
14+
1315
### Security
1416
- Force `js-yaml` to `4.1.1` via npm `overrides` to fix prototype pollution vulnerability in merge (`<<`) operator ([GHSA-mh29-5h37-fv8m](https://github.com/advisories/GHSA-mh29-5h37-fv8m)) introduced transitively via `@modyfi/vite-plugin-yaml`. Temp fix until `@modyfi/vite-plugin-yaml` is updated to use `js-yaml` 4.1.1 or later.
1517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "userfrosting",
3-
"version": "6.0.0-rc.3",
3+
"version": "6.0.0-rc.4",
44
"private": true,
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)