Skip to content

Commit

Permalink
chore: 发布版本 v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Mar 3, 2025
1 parent 9703dfd commit 97b6d78
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@ jobs:
cache: 'pnpm'
node-version-file: 'package.json'
- run: pnpm install
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
tag: latest
- run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
- run: npm publish
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [4.0.1](https://github.com/foca-js/foca/compare/v4.0.0...v4.0.1)  (2025-03-03)

- 发布时未生成dist目录

## [4.0.0](https://github.com/foca-js/foca/compare/v3.2.0...v4.0.0)  (2025-03-03)

- 升级npm包的目标语法 ES5 -> ES2020
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": "foca",
"version": "4.0.0",
"version": "4.0.1",
"repository": "[email protected]:foca-js/foca.git",
"homepage": "https://foca.js.org",
"keywords": [
Expand Down

0 comments on commit 97b6d78

Please sign in to comment.