From 558bce0e3c7088899e34770deb193f9582b903a2 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 25 Mar 2022 13:31:50 +0100 Subject: [PATCH] chore(release): 0.7.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 315ac8c..b7f0122 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.1](https://github.com/unjs/unbuild/compare/v0.7.0...v0.7.1) (2022-03-25) + + +### Bug Fixes + +* add `builtins` and `node:` prefixes to externals ([2af233d](https://github.com/unjs/unbuild/commit/2af233d16797ffdf331c3c311b874d41ab75dac8)) + ## [0.7.0](https://github.com/unjs/unbuild/compare/v0.6.9...v0.7.0) (2022-03-09) diff --git a/package.json b/package.json index 41cf313..2486a02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unbuild", - "version": "0.7.0", + "version": "0.7.1", "description": "A unified javascript build system", "repository": "unjs/unbuild", "license": "MIT",