Skip to content

Commit

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

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

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

### 💅 Refactors

- Replace `globby` w/ `fast-glob` ([#418](https://github.com/unjs/unbuild/pull/418))

### 🏡 Chore

- Removed resolved @ts-expect-error ([733a914](https://github.com/unjs/unbuild/commit/733a914))
- Update deps ([6e3be15](https://github.com/unjs/unbuild/commit/6e3be15))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Sukka <[email protected]>

## v3.0.0-rc.6

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

0 comments on commit 1e06401

Please sign in to comment.