diff --git a/CHANGELOG.md b/CHANGELOG.md index 73acd9a..f2ea6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.11.6](https://github.com/FEMessage/vue-sfc-cli/compare/v1.11.5...v1.11.6) (2020-07-30) + + +### Bug Fixes + +* remove set -e ([5492384](https://github.com/FEMessage/vue-sfc-cli/commit/5492384)) + + + ### [1.11.5](https://github.com/FEMessage/vue-sfc-cli/compare/v1.11.4...v1.11.5) (2020-07-30) diff --git a/package.json b/package.json index 82d46f7..0c6a53d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-sfc-cli", "description": "Quickly generate redistributable vue sfc components", - "version": "1.11.5", + "version": "1.11.6", "author": "Michael Dodge", "contributors": [ "https://github.com/FEMessage"