Skip to content

Commit 01d08e2

Browse files
chore(main): release esbuild-plugin-browserslist 0.12.1 (#191)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a5380a6 commit 01d08e2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.0"
2+
".": "0.12.1"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.12.1](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/esbuild-plugin-browserslist-v0.12.0...esbuild-plugin-browserslist-v0.12.1) (2024-06-04)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** bump the all group with 4 updates ([#190](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/issues/190)) ([a5380a6](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/commit/a5380a67936c0fc03749b13eafea215113e60cf1))
11+
512
## [0.12.0](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/esbuild-plugin-browserslist-v0.11.1...esbuild-plugin-browserslist-v0.12.0) (2024-05-22)
613

714

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.12.0",
4+
"version": "0.12.1",
55
"author": "Nihal Gonsalves <[email protected]>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)