Skip to content

Commit d56e719

Browse files
chore(main): release esbuild-plugin-browserslist 2.0.0 (#286)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 31a9363 commit d56e719

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.2"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
## [2.0.0](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/esbuild-plugin-browserslist-v1.0.2...esbuild-plugin-browserslist-v2.0.0) (2025-11-11)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Support esbuild ~0.27.0 (pre-1.0 semver breaking)
11+
12+
### Miscellaneous Chores
13+
14+
* upgrade [email protected] ([#285](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/issues/285)) ([31a9363](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/commit/31a93632833e31c643b78529bc71b51a8618d1aa))
15+
516
## [1.0.2](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/esbuild-plugin-browserslist-v1.0.1...esbuild-plugin-browserslist-v1.0.2) (2025-10-15)
617

718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "esbuild-plugin-browserslist",
33
"type": "module",
44
"description": "Configure esbuild's target based on a browserslist query",
5-
"version": "1.0.2",
5+
"version": "2.0.0",
66
"author": "Nihal Gonsalves <[email protected]>",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)