diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 727e2be..f87262a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "0.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4655833..4291bb2 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.15.0](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/esbuild-plugin-browserslist-v0.14.0...esbuild-plugin-browserslist-v0.15.0) (2024-10-01) + + +### ⚠ BREAKING CHANGES + +* **deps:** bump all including esbuild 0.24.x ([#215](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/issues/215)) + +### Features + +* **deps:** bump all including esbuild 0.24.x ([#215](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/issues/215)) ([9431519](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/commit/94315199038b70405780990c59cefd9d03bcb779)) + ## [0.14.0](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/esbuild-plugin-browserslist-v0.13.0...esbuild-plugin-browserslist-v0.14.0) (2024-07-08) diff --git a/package.json b/package.json index 64264df..cbd8c4d 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.14.0", + "version": "0.15.0", "author": "Nihal Gonsalves ", "repository": { "type": "git",