diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d16f1..7ca91a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.3.1 + +[compare changes](https://github.com/unjs/unbuild/compare/v3.3.0...v3.3.1) + +### 🩹 Fixes + +- **rollup:** Improve external detection ([#488](https://github.com/unjs/unbuild/pull/488)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v3.3.0 [compare changes](https://github.com/unjs/unbuild/compare/v3.2.0...v3.3.0) diff --git a/package.json b/package.json index 7df59a6..c911df7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unbuild", - "version": "3.3.0", + "version": "3.3.1", "description": "A unified javascript build system", "repository": "unjs/unbuild", "license": "MIT",