From 815785c0bd97311c209ae3f56f7f710a16512822 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:48:40 +0200 Subject: [PATCH] chore(main): release esbuild-plugin-browserslist 0.14.0 (#199) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ed21d28..727e2be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.0" + ".": "0.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ddf061..4655833 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.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) + + +### ⚠ BREAKING CHANGES + +* **deps:** support esbuild 0.23 ([#198](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/issues/198)) + +### Features + +* **deps:** support esbuild 0.23 ([#198](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/issues/198)) ([4264416](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/commit/426441633e9729f1fcc4cba41e62d366cf01bafc)) + ## [0.13.0](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/esbuild-plugin-browserslist-v0.12.1...esbuild-plugin-browserslist-v0.13.0) (2024-07-02) diff --git a/package.json b/package.json index 320eb6b..3c86e97 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.13.0", + "version": "0.14.0", "author": "Nihal Gonsalves ", "repository": { "type": "git",