Skip to content

Commit

Permalink
🔖 v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieutu committed Apr 27, 2019
1 parent 14ccf5e commit adee833
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

<a name="1.0.1"></a>
## 1.0.1 (2019-04-27)

### Fixed

- 🐛 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)]

### Documentation

- 📝 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)]


<a name="1.0.0"></a>
## 1.0.0 (2019-02-11)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-cli-plugin-express",
"version": "1.0.0",
"version": "1.0.1",
"description": "vue-cli 3 plugin to add an Express Api",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit adee833

Please sign in to comment.