Skip to content

Commit

Permalink
chore(release): v3.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 4, 2024
1 parent 262a35a commit 9ae770a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9ae770a

Please sign in to comment.