diff --git a/CHANGELOG.md b/CHANGELOG.md index 05955497..5b8674f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## v3.0.0-rc.9 + +[compare changes](https://github.com/unjs/unbuild/compare/v3.0.0-rc.8...v3.0.0-rc.9) + +### 🩹 Fixes + +- **stub:** Enable `interopDefault` by default ([8e6f7e4](https://github.com/unjs/unbuild/commit/8e6f7e4)) +- **config:** Only take default export ([fefafec](https://github.com/unjs/unbuild/commit/fefafec)) + +### 🏡 Chore + +- Remove unused dep ([1a65aef](https://github.com/unjs/unbuild/commit/1a65aef)) +- Update dependencies ([f7ab6ce](https://github.com/unjs/unbuild/commit/f7ab6ce)) +- Lint ([262a35a](https://github.com/unjs/unbuild/commit/262a35a)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v3.0.0-rc.8 [compare changes](https://github.com/unjs/unbuild/compare/v3.0.0-rc.7...v3.0.0-rc.8) diff --git a/package.json b/package.json index dd231a9d..fc00ac6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unbuild", - "version": "3.0.0-rc.8", + "version": "3.0.0-rc.9", "description": "A unified javascript build system", "repository": "unjs/unbuild", "license": "MIT",