diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a1382..91ca094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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. +## v0.9.0 + + +### 🚀 Enhancements + + - ⚠️ Update rollup to v3 (#129) + +### 🏡 Chore + + - Fix typo (#118) + - Update hookable (fdfd353) + +#### ⚠️ Breaking Changes + + - ⚠️ Update rollup to v3 (#129) + +### ❤️ Contributors + +- Chris +- Pooya Parsa + ## main (v0.8.10..main) diff --git a/package.json b/package.json index 85d0069..4052477 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unbuild", - "version": "0.8.11", + "version": "0.9.0", "description": "A unified javascript build system", "repository": "unjs/unbuild", "license": "MIT",