Skip to content

Commit 9020ddd

Browse files
chore(main): release esbuild-plugin-browserslist 0.13.0 (#197)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e51e017 commit 9020ddd

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.1"
2+
".": "0.13.0"
33
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [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)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **deps:** support esbuild 0.22
11+
12+
### Features
13+
14+
* **deps:** support esbuild 0.22 ([e51e017](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/commit/e51e01742216ede5e2dbc6d285862bc79497c8e2))
15+
516
## [0.12.1](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/esbuild-plugin-browserslist-v0.12.0...esbuild-plugin-browserslist-v0.12.1) (2024-06-04)
617

718

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-plugin-browserslist",
33
"description": "Configure esbuild's target based on a browserslist query",
4-
"version": "0.12.1",
4+
"version": "0.13.0",
55
"author": "Nihal Gonsalves <[email protected]>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)