Skip to content

Commit 03736f6

Browse files
chore(main): release 0.10.0 (#143)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9021334 commit 03736f6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

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.10.0](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/v0.9.1...v0.10.0) (2023-10-23)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Drops support for EoL Node 14 and 16
11+
12+
### Miscellaneous Chores
13+
14+
* use node 20 (LTS) & drop 14, 16 ([#142](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/issues/142)) ([9021334](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/commit/9021334783bb5b716ca1af1e640bb809cfaebb4d))
15+
516
## [0.9.1](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/v0.9.0...v0.9.1) (2023-10-05)
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.9.1",
4+
"version": "0.10.0",
55
"author": "Nihal Gonsalves <[email protected]>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)