Skip to content

Commit

Permalink
chore(release): v3.0.0-rc.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 5, 2024
1 parent 877906f commit f409edb
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

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

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

### 🚀 Enhancements

- Add `--config` to the CLI ([#440](https://github.com/unjs/unbuild/pull/440))

### 🩹 Fixes

- Update to jiti 2.3 ([9147c3e](https://github.com/unjs/unbuild/commit/9147c3e))
- Untyped declaration output is optional ([5820182](https://github.com/unjs/unbuild/commit/5820182))

### 📖 Documentation

- Add more usage info ([#401](https://github.com/unjs/unbuild/pull/401))

### 🏡 Chore

- Update deps ([c5e0b89](https://github.com/unjs/unbuild/commit/c5e0b89))
- Remove extra default check ([b380758](https://github.com/unjs/unbuild/commit/b380758))
- Enable automd ([2ea153a](https://github.com/unjs/unbuild/commit/2ea153a))
- Update mkdist ([877906f](https://github.com/unjs/unbuild/commit/877906f))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- 阿菜 Cai <[email protected]>
- Joaquín Sánchez ([@userquin](http://github.com/userquin))

## v3.0.0-rc.9

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

0 comments on commit f409edb

Please sign in to comment.