diff --git a/CHANGELOG.md b/CHANGELOG.md index a28c24d..c12da50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### HEAD - Replace Laravel Mix with Bud ([#2643](https://github.com/roots/sage/pull/2643)) -- chore(deps): Bump roots/acorn to v2.0.0-beta.4 ([#2844](https://github.com/roots/sage/pull/2844)) +- chore(deps): Bump roots/acorn to v2.0.0-beta.5 ([#2861](https://github.com/roots/sage/pull/2861)) - Move compiled views back to cache dir by default ([#2837](https://github.com/roots/sage/pull/2837)) ### 10.0.0-beta.1: October 21st, 2021 diff --git a/composer.json b/composer.json index c7b6223..15422de 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ }, "require": { "php": "^7.3|^8.0", - "roots/acorn": "2.0.0-beta.4" + "roots/acorn": "2.0.0-beta.5" }, "require-dev": { "filp/whoops": "^2.12",