Skip to content

Commit

Permalink
chore(main): release esbuild-plugin-browserslist 0.12.0 (#188)
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 May 22, 2024
1 parent 7b33f9b commit ff0d9b3
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.11.1"
".": "0.12.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.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)


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.11.1",
"version": "0.12.0",
"author": "Nihal Gonsalves <[email protected]>",
"repository": {
"type": "git",
Expand Down

0 comments on commit ff0d9b3

Please sign in to comment.