Skip to content

Commit

Permalink
build: 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wszgrcy committed Mar 25, 2024
1 parent 70642d5 commit a6740c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
npm run build
- id: publish
name: publish
uses: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v3
if: ${{ github.repository_owner == 'wszgrcy' }}
with:
token: ${{ secrets.NPM_PUBLISH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions src/library/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "angular-miniprogram",
"version": "1.4.1",
"version": "1.5.0",
"description": "使用Angular开发小程序",
"keywords": [
"Angular",
"miniprogram",
"wechat",
"weixin",
"Angular 16"
"Angular 17"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit a6740c3

Please sign in to comment.