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 11# Changelog
22
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+
316<a name =" 1.0.1 " ></a >
417## 1.0.1 (2019-04-27)
518
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-cli-plugin-express" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " vue-cli 3 plugin to add an Express Api" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "prepublishOnly" : " npm run test " ,
8- "test" : " npm run test:eslint" ,
7+ "prepublishOnly" : " yarn test " ,
8+ "test" : " yarn test:eslint" ,
99 "test:eslint" : " eslint --ext .js ." ,
1010 "changelog" : " gitmoji-changelog"
1111 },
You can’t perform that action at this time.
0 commit comments