From e803a7910b6d8200f028e287863df41e7e1a26dc Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 15 Oct 2022 19:26:37 +0200 Subject: [PATCH] chore(release): v0.9.3 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b253d08..397035c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.3 + + +### 📦 Build + + - Use latest `rollup-plugin-dts` (2b3953e) + +### ❤️ Contributors + +- Pooya Parsa + ## v0.9.2 diff --git a/package.json b/package.json index f63a4b0..9ec5cd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unbuild", - "version": "0.9.2", + "version": "0.9.3", "description": "A unified javascript build system", "repository": "unjs/unbuild", "license": "MIT",