Skip to content

Commit 9c1a1b6

Browse files
chore(release): 0.5.3
1 parent 4d67636 commit 9c1a1b6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.5.3](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/v0.5.2...v0.5.3) (2022-12-06)
6+
7+
### Features
8+
9+
- add support for new "opera" and "ie" esbuild targets ([#74](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/issues/74)) ([c4720bc](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/commit/c4720bc18a38835dd14ac4d26ab617f471fb2b2f))
10+
511
### [0.5.2](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/v0.5.1...v0.5.2) (2022-10-26)
612

713
### [0.5.1](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/v0.5.0...v0.5.1) (2022-10-10)

package.json

Lines changed: 1 addition & 1 deletion
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.5.2",
4+
"version": "0.5.3",
55
"author": "Nihal Gonsalves <nihal@nihalgonsalves.com>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)