Skip to content

Commit 7e4a6d4

Browse files
committed
🔖 v1.0.2
1 parent dae8fed commit 7e4a6d4

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
},

0 commit comments

Comments
 (0)