Skip to content

Commit

Permalink
chore(main): release 0.10.0 (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 23, 2023
1 parent 9021334 commit 03736f6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [0.10.0](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/v0.9.1...v0.10.0) (2023-10-23)


### ⚠ BREAKING CHANGES

* Drops support for EoL Node 14 and 16

### Miscellaneous Chores

* 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))

## [0.9.1](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/v0.9.0...v0.9.1) (2023-10-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esbuild-plugin-browserslist",
"description": "Configure esbuild's target based on a browserslist query",
"version": "0.9.1",
"version": "0.10.0",
"author": "Nihal Gonsalves <[email protected]>",
"repository": {
"type": "git",
Expand Down

0 comments on commit 03736f6

Please sign in to comment.