Skip to content

Commit 92e8bdc

Browse files
committed
1.0.1
1 parent 624134c commit 92e8bdc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ before_install:
1515
1616
script:
1717
- yarn run eslint
18+
- yarn run pkg
1819

1920
after_success:
2021
- |

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## [HEAD]
44
> Unreleased
55
6-
## [v1.0.0]
6+
## [v1.0.1]
77
> Aug 08, 2017
88
99
* refactor(routes): extract routes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micro-medium-api",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "src/index.js",
55
"author": "Michael Hsu <evenchange4@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)