Skip to content

Commit

Permalink
Bum version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsetup committed Nov 8, 2020
1 parent 7fc810d commit 0b5ee19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The list of Chatwork apis need to complete:
- [ ] `PUT /rooms/{room_id}/messages/{message_id}` - Update the specified message
- [x] `DELETE /rooms/{room_id}/messages/{message_id}` - Delete the specified message
- [x] `GET /rooms/{room_id}/tasks` - Get the list of tasks associated with the specified chat
- [ ] `POST /rooms/{room_id}/tasks` - Add a new task to the chat
- [x] `POST /rooms/{room_id}/tasks` - Add a new task to the chat
- [x] `GET /rooms/{room_id}/tasks/{task_id}` - Get information about the specified task
- [ ] `GET /rooms/{room_id}/files` - Get the list of files associated with the specified chat
- [ ] `GET /rooms/{room_id}/files/{file_id}` - Get information about the specified file
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": "n8n-nodes-chatwork",
"version": "1.0.7",
"version": "1.1.0",
"keywords": [
"n8n",
"nodemation",
Expand Down

0 comments on commit 0b5ee19

Please sign in to comment.