Skip to content

Commit 2961895

Browse files
chore(main): release esbuild-plugin-browserslist 0.16.0 (#237)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 94103a7 commit 2961895

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.15.0"
2+
".": "0.16.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.16.0](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/esbuild-plugin-browserslist-v0.15.0...esbuild-plugin-browserslist-v0.16.0) (2025-02-10)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* update esbuild@~0.25.0 ([#236](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/issues/236))
11+
12+
### Features
13+
14+
* update esbuild@~0.25.0 ([#236](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/issues/236)) ([222d414](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/commit/222d414f29b81e42e3c61e30d931def1a656d528))
15+
516
## [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)
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.15.0",
4+
"version": "0.16.0",
55
"author": "Nihal Gonsalves <[email protected]>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)