Skip to content

Commit

Permalink
release: 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
upupming committed Jul 31, 2024
1 parent b56db4c commit 3ec28f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build-and-test:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esbuild-plugin-license",
"version": "1.2.2",
"version": "1.2.3",
"description": "esbuild plugin for generating license for your bundle",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 3ec28f2

Please sign in to comment.