diff --git a/CHANGELOG.md b/CHANGELOG.md index 621f332..8482538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file. See [standa ### 💅 Refactors -- ⚠️ Update repo ([e7d217c](https://github.com/unjs/webpackbar/commit/e7d217c)) +- ⚠️ Update repo ([e7d217c](https://github.com/unjs/webpackbar/commit/e7d217c)) ### 📦 Build @@ -24,7 +24,7 @@ All notable changes to this project will be documented in this file. See [standa ### 🏡 Chore - Update renovate config ([cf4f93b](https://github.com/unjs/webpackbar/commit/cf4f93b)) -- **deps:** ⚠️ Upgrade consola to v3 and minimum node version ([#128](https://github.com/unjs/webpackbar/pull/128)) +- **deps:** ⚠️ Upgrade consola to v3 and minimum node version ([#128](https://github.com/unjs/webpackbar/pull/128)) - Update dependencies ([02609e8](https://github.com/unjs/webpackbar/commit/02609e8)) ### 🤖 CI @@ -33,8 +33,8 @@ All notable changes to this project will be documented in this file. See [standa #### ⚠️ Breaking Changes -- ⚠️ Update repo ([e7d217c](https://github.com/unjs/webpackbar/commit/e7d217c)) -- **deps:** ⚠️ Upgrade consola to v3 and minimum node version ([#128](https://github.com/unjs/webpackbar/pull/128)) +- ⚠️ Update repo ([e7d217c](https://github.com/unjs/webpackbar/commit/e7d217c)) +- **deps:** ⚠️ Upgrade consola to v3 and minimum node version ([#128](https://github.com/unjs/webpackbar/pull/128)) ### ❤️ Contributors diff --git a/package.json b/package.json index 80055ac..27d0258 100644 --- a/package.json +++ b/package.json @@ -60,4 +60,4 @@ "engines": { "node": ">=14.21.3" } -} \ No newline at end of file +} diff --git a/playground/webpack.config.cjs b/playground/webpack.config.cjs index 5be8bf3..c3f0982 100644 --- a/playground/webpack.config.cjs +++ b/playground/webpack.config.cjs @@ -35,4 +35,4 @@ const config = (name, color) => ({ ], }); -module.exports = [config("OrangeBar", "orange"), config("GreenBar", "green")]; +module.exports = [config("OrangeBar", "orange")];