Skip to content

Commit fa5f6bf

Browse files
chore(main): release esbuild-plugin-browserslist 1.0.0 (#243)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0a095a8 commit fa5f6bf

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.16.0"
2+
".": "1.0.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+
## [1.0.0](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/esbuild-plugin-browserslist-v0.16.0...esbuild-plugin-browserslist-v1.0.0) (2025-03-19)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* This drops support for Node 18, and switches to a pure ESM package. This means that you either have to use `"type": "module"` in your `package.json`, or upgrade to a Node version that supports [require(esm)](https://nodejs.org/api/modules.html#loading-ecmascript-modules-using-require), i.e. >= [v20.19.0](https://nodejs.org/en/blog/release/v20.19.0#requireesm-is-now-enabled-by-default), >= [v22.12.0](https://nodejs.org/en/blog/release/v22.12.0#requireesm-is-now-enabled-by-default), or v23 and above.
11+
12+
### Build System
13+
14+
* switch to esm ([#240](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/issues/240)) ([0a095a8](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/commit/0a095a86ebb00a873264ab8dc358e7e49801b07b))
15+
516
## [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)
617

718

package.json

+1-1
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": "0.16.0",
5+
"version": "1.0.0",
66
"author": "Nihal Gonsalves <[email protected]>",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)