Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Sep 22, 2017
1 parent 05d6860 commit bdc30ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lerna": "2.1.2",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.4.1",
"version": "0.4.2",
"commands": {
"publish": {
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-line/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "messaging-api-line",
"description": "Messaging API client for LINE",
"version": "0.4.1",
"version": "0.4.2",
"engines": {
"node": ">=6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-messenger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "messaging-api-messenger",
"description": "Messaging API client for Messenger",
"version": "0.4.1",
"version": "0.4.2",
"engines": {
"node": ">=6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-slack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "messaging-api-slack",
"description": "Messaging API client for Slack",
"version": "0.4.1",
"version": "0.4.2",
"engines": {
"node": ">=6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging-api-telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "messaging-api-telegram",
"description": "Messaging API client for Telegram",
"version": "0.4.1",
"version": "0.4.2",
"engines": {
"node": ">=6"
},
Expand Down

0 comments on commit bdc30ac

Please sign in to comment.