diff --git a/CHANGELOG.md b/CHANGELOG.md index abea7fa..fd95c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.8.4](https://github.com/unjs/unbuild/compare/v0.8.3...v0.8.4) (2022-08-10) + + +### Bug Fixes + +* **rollup:** handle stubbing multiple exports ([f215525](https://github.com/unjs/unbuild/commit/f2155253e9a2cd9d33e552006d31acc9355b72e7)) + ### [0.8.3](https://github.com/unjs/unbuild/compare/v0.8.2...v0.8.3) (2022-08-10) diff --git a/package.json b/package.json index cd78742..c61ed72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unbuild", - "version": "0.8.3", + "version": "0.8.4", "description": "A unified javascript build system", "repository": "unjs/unbuild", "license": "MIT",