Skip to content

Commit

Permalink
Bump version to 1.2.0 (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycao-qy authored Sep 4, 2020
1 parent 51f4eb9 commit 9225b56
Show file tree
Hide file tree
Showing 15 changed files with 9,213 additions and 16,302 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
git config --global user.name 'pipcook'
git config --global user.email '[email protected]'
git add .
git commit -m "bump version"
git commit -m "bump version" --allow-empty
npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion packages/app/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 packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipcook/app",
"version": "1.1.2",
"version": "1.2.0",
"main": "dist/index",
"types": "dist/index",
"files": [
Expand Down
Loading

0 comments on commit 9225b56

Please sign in to comment.