Skip to content

Commit adee833

Browse files
committed
🔖 v1.0.1
1 parent 14ccf5e commit adee833

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
<a name="1.0.1"></a>
4+
## 1.0.1 (2019-04-27)
5+
6+
### Fixed
7+
8+
- 🐛 Fix the esm version because of [#14](https://github.com/mathieutu/vue-cli-plugin-express/issues/14). [[14ccf5e](https://github.com/mathieutu/vue-cli-plugin-express/commit/14ccf5e58f980845d1ec5fc47c8e49cbc9fde959)]
9+
10+
### Documentation
11+
12+
- 📝 Update production launch doc (fix [#1](https://github.com/mathieutu/vue-cli-plugin-express/issues/1)). [[cc70895](https://github.com/mathieutu/vue-cli-plugin-express/commit/cc7089560f0a80c7b74b75ddd06be0f42d57a053)]
13+
14+
315
<a name="1.0.0"></a>
416
## 1.0.0 (2019-02-11)
517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-express",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "vue-cli 3 plugin to add an Express Api",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)