Skip to content

Commit

Permalink
chore(main): release esbuild-plugin-browserslist 0.15.0 (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 1, 2024
1 parent e68d26f commit de9a6a1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.14.0"
".": "0.15.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"repository": {
"type": "git",
Expand Down

0 comments on commit de9a6a1

Please sign in to comment.