Skip to content

Commit

Permalink
chore(release): v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 22, 2023
1 parent 8d8a3d7 commit ff3eaa8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
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.

## v2.0.0

[compare changes](https://github.com/unjs/unbuild/compare/v2.0.0-rc.0...v2.0.0)

### 🏡 Chore

- Update dependencies ([33b20a4](https://github.com/unjs/unbuild/commit/33b20a4))
- Update depedencies ([8d8a3d7](https://github.com/unjs/unbuild/commit/8d8a3d7))

### 🤖 CI

- Use conventional commit for autofix ([#294](https://github.com/unjs/unbuild/pull/294))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe <daniel@roe.dev>

## v2.0.0-rc.0

[compare changes](https://github.com/unjs/unbuild/compare/v1.2.1...v2.0.0-rc.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "unbuild",
"version": "2.0.0-rc.0",
"version": "2.0.0",
"description": "A unified javascript build system",
"repository": "unjs/unbuild",
"license": "MIT",
Expand Down

0 comments on commit ff3eaa8

Please sign in to comment.