diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f0122..6ed1821 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.7.2](https://github.com/unjs/unbuild/compare/v0.7.1...v0.7.2) (2022-03-25) + + +### Bug Fixes + +* revert builtins from default externals ([0b808c6](https://github.com/unjs/unbuild/commit/0b808c603d1686afe8352a7e279d6c254b62a29c)) + ### [0.7.1](https://github.com/unjs/unbuild/compare/v0.7.0...v0.7.1) (2022-03-25) diff --git a/package.json b/package.json index 2486a02..ab6d177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unbuild", - "version": "0.7.1", + "version": "0.7.2", "description": "A unified javascript build system", "repository": "unjs/unbuild", "license": "MIT",