From dd456a001ed867d704150336466e1db47c141318 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 13 Oct 2022 19:54:06 +0200 Subject: [PATCH] chore(release): v0.9.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) 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",