diff --git a/CHANGELOG.md b/CHANGELOG.md index e82aa24..657e2b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.1 + +[compare changes](https://github.com/unjs/unbuild/compare/v3.0.0...v3.0.1) + +### 🩹 Fixes + +- **rollup:** De-default default export from stub ([#455](https://github.com/unjs/unbuild/pull/455)) + +### 🏡 Chore + +- Update changeloge.md ([577b841](https://github.com/unjs/unbuild/commit/577b841)) + +### ❤️ Contributors + +- Daniel Roe ([@danielroe](http://github.com/danielroe)) +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v3.0.0 See [github release notes](https://github.com/unjs/unbuild/releases/edit/v3.0.0). diff --git a/package.json b/package.json index 5621c2a..b9fbb7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unbuild", - "version": "3.0.0", + "version": "3.0.1", "description": "A unified javascript build system", "repository": "unjs/unbuild", "license": "MIT",