diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ddfa3e3..8032c17 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.1" + ".": "0.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d5503..14be834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.12.0](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/esbuild-plugin-browserslist-v0.11.1...esbuild-plugin-browserslist-v0.12.0) (2024-05-22) + + +### ⚠ BREAKING CHANGES + +* **deps:** esbuild v0.20.x + +### Features + +* **deps:** support esbuild v0.20.x and update deps ([#187](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/issues/187)) ([7b33f9b](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/commit/7b33f9be3d5b64173d237f012e01a1d7bb292c47)) + ## [0.11.1](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/esbuild-plugin-browserslist-v0.11.0...esbuild-plugin-browserslist-v0.11.1) (2024-01-28) diff --git a/package.json b/package.json index e095657..b772f23 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "esbuild-plugin-browserslist", "description": "Configure esbuild's target based on a browserslist query", - "version": "0.11.1", + "version": "0.12.0", "author": "Nihal Gonsalves ", "repository": { "type": "git",