Skip to content

Commit

Permalink
Bump to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mechiru committed Apr 9, 2021
1 parent 2b709c9 commit d5ddcc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: mechiru/chatwork@v1
- uses: mechiru/chatwork@v2
with:
roomId: 123
token: ${{ secrets.CHATWORK_API_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions 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": "chatwork",
"version": "1.0.3",
"version": "2.0.0",
"private": true,
"description": "Send event to the chatwork",
"main": "lib/main.js",
Expand Down

0 comments on commit d5ddcc8

Please sign in to comment.