Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#126)
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 Aug 17, 2023
1 parent 98d334a commit 1bb2d2c
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.9.0](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/v0.8.1...v0.9.0) (2023-08-17)


### ⚠ BREAKING CHANGES

* **peer-deps:** This is the same breaking change as v0.8.0 and a fix for that release specifying the wrong peer dependency, but will make this install fail for users of esbuild <0.19.2.

### Bug Fixes

* **peer-deps:** upgrade `esbuild` peer dep to new major version ~19 ([#125](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/issues/125)) ([98d334a](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/commit/98d334a59591412dca40ba929d2aa8dddf698b51))

### [0.8.1](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/v0.8.0...v0.8.1) (2023-07-05)

## [0.8.0](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/v0.7.2...v0.8.0) (2023-06-14)
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.8.1",
"version": "0.9.0",
"author": "Nihal Gonsalves <[email protected]>",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1bb2d2c

Please sign in to comment.