From adee8331626a3033c77fb198cf99903202f96668 Mon Sep 17 00:00:00 2001 From: Mathieu TUDISCO Date: Sun, 28 Apr 2019 00:07:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b87b0ac..96e6099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog + +## 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)] + + ## 1.0.0 (2019-02-11) diff --git a/package.json b/package.json index 7ea858a..71663a4 100644 --- a/package.json +++ b/package.json @@ -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": {