File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ <a name =" 1.0.2 " ></a >
4
+ ## 1.0.2 (2019-07-12)
5
+
6
+ ### Fixed
7
+
8
+ - 🐛 Pass host to server.listen method. ([ #18 ] ( https://github.com/mathieutu/vue-cli-plugin-express/issues/18 ) ) [[ 366429c] ( https://github.com/mathieutu/vue-cli-plugin-express/commit/366429cf8121856d6a597897d144c81680e1c114 )]
9
+
10
+ ### Miscellaneous
11
+
12
+ - 👷♂️ Add automatic publishing with CI. [[ 06fdd1f] ( https://github.com/mathieutu/vue-cli-plugin-express/commit/06fdd1f22aa92886a9b85a44dd8dd8cbc4ac27cf )]
13
+ - 📦 Update packages. [[ dae8fed] ( https://github.com/mathieutu/vue-cli-plugin-express/commit/dae8fed5a0b3cda700ab6a28e2a121033fb8d10f )]
14
+
15
+
3
16
<a name =" 1.0.1 " ></a >
4
17
## 1.0.1 (2019-04-27)
5
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-cli-plugin-express" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " vue-cli 3 plugin to add an Express Api" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "prepublishOnly" : " npm run test " ,
8
- "test" : " npm run test:eslint" ,
7
+ "prepublishOnly" : " yarn test " ,
8
+ "test" : " yarn test:eslint" ,
9
9
"test:eslint" : " eslint --ext .js ." ,
10
10
"changelog" : " gitmoji-changelog"
11
11
},
You can’t perform that action at this time.
0 commit comments