Skip to content

Commit

Permalink
chore(release): v3.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 2, 2024
1 parent 577484c commit eaabffc
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

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.3

[compare changes](https://github.com/unjs/unbuild/compare/v3.0.0-rc.2...v3.0.0-rc.3)

### 🚀 Enhancements

- Upgrade to jiti v2 beta ([#409](https://github.com/unjs/unbuild/pull/409))

### 🩹 Fixes

- Type `RollupOptions.plugins` as array ([62fa930](https://github.com/unjs/unbuild/commit/62fa930))
- Add all loader extensions to esbuild include ([8ab22ff](https://github.com/unjs/unbuild/commit/8ab22ff))
- Enable jiti `interopDefault` for config loader and internals (ref: #409) ([#409](https://github.com/unjs/unbuild/issues/409))

### 💅 Refactors

- Overhaul builders structure ([#410](https://github.com/unjs/unbuild/pull/410))
- Add explicit return types ([#412](https://github.com/unjs/unbuild/pull/412))
- Use `colors` from `consola/utils` ([6a8f36d](https://github.com/unjs/unbuild/commit/6a8f36d))

### 🏡 Chore

- Upgrade `@rollup/plugin-commonjs` to 26 ([9392ec3](https://github.com/unjs/unbuild/commit/9392ec3))
- Update deps ([d886ad5](https://github.com/unjs/unbuild/commit/d886ad5))
- Update release script ([8ce4090](https://github.com/unjs/unbuild/commit/8ce4090))
- Remove unused imports ([04c2b5c](https://github.com/unjs/unbuild/commit/04c2b5c))
- Add explicit type for var exports ([af26e40](https://github.com/unjs/unbuild/commit/af26e40))
- Stricter type checks ([#413](https://github.com/unjs/unbuild/pull/413))
- Add publishTag to release script ([577484c](https://github.com/unjs/unbuild/commit/577484c))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v3.0.0-rc.2

[compare changes](https://github.com/unjs/unbuild/compare/v3.0.0-rc.1...v3.0.0-rc.2)
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.2",
"version": "3.0.0-rc.3",
"description": "A unified javascript build system",
"repository": "unjs/unbuild",
"license": "MIT",
Expand Down

0 comments on commit eaabffc

Please sign in to comment.