Skip to content

Commit

Permalink
🔖 发布v1.1.0版本,去除兼容vue2的代码
Browse files Browse the repository at this point in the history
  • Loading branch information
sifan committed Sep 22, 2021
1 parent cad9739 commit 8aab5a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build && npx gulp
- run: npm publish --tag beta
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-count-to",
"version": "1.1.0-beta.1",
"version": "1.1.0",
"description": "vue-count-to vue3版本",
"main": "dist/vue3-count-to.min.js",
"module": "dist/vue3-count-to.esm.js",
Expand Down

0 comments on commit 8aab5a1

Please sign in to comment.