Skip to content

Commit

Permalink
0.4.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Sep 19, 2017
1 parent 34439d4 commit eca65d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.4.1 / 2017-09-19
==================
### messaging-api-line
- [fix] Wrong case in filename.

0.4.0 / 2017-09-19
==================
### messaging-api-messenger
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "node ./scripts/build.js",
"clean": "rimraf ./packages/*/build",
"clean": "rimraf ./packages/*/lib",
"lint": "eslint packages",
"lint:fix": "yarn run lint:fix:md && yarn run lint -- --fix",
"lint:fix:md":
Expand Down

0 comments on commit eca65d9

Please sign in to comment.