Skip to content

Commit 3f91b55

Browse files
chore(main): release esbuild-plugin-browserslist 0.11.1 (#165)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1743942 commit 3f91b55

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.11.0"
2+
".": "0.11.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.11.1](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/esbuild-plugin-browserslist-v0.11.0...esbuild-plugin-browserslist-v0.11.1) (2024-01-28)
6+
7+
8+
### Bug Fixes
9+
10+
* **ci:** add missing corepack publish step ([1743942](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/commit/1743942b08e2787800a480e7a916f49d257802f6))
11+
512
## [0.11.0](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/esbuild-plugin-browserslist-v0.10.0...esbuild-plugin-browserslist-v0.11.0) (2024-01-28)
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.11.0",
4+
"version": "0.11.1",
55
"author": "Nihal Gonsalves <[email protected]>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)