From d801657b65262d0b4fdccdb8c082e40650447dc1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Jul 2018 13:15:29 +0300 Subject: [PATCH] chore(release): @casl/vue@0.4.2 [skip ci] --- packages/casl-vue/CHANGELOG.md | 8 ++++++++ packages/casl-vue/package-lock.json | 3 ++- packages/casl-vue/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/casl-vue/CHANGELOG.md b/packages/casl-vue/CHANGELOG.md index f89e85162..68fbbb109 100644 --- a/packages/casl-vue/CHANGELOG.md +++ b/packages/casl-vue/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. + +# [@casl/vue-v0.4.2](https://github.com/stalniy/casl/compare/@casl/vue@0.4.1...@casl/vue@0.4.2) (2018-07-02) + + +### Bug Fixes + +* **package:** changes location of ES5M modules ([2b1ad4e](https://github.com/stalniy/casl/commit/2b1ad4e)), closes [#89](https://github.com/stalniy/casl/issues/89) + # [@casl/vue-v0.4.1](https://github.com/stalniy/casl/compare/@casl/vue@0.4.0...@casl/vue@0.4.1) (2018-06-04) diff --git a/packages/casl-vue/package-lock.json b/packages/casl-vue/package-lock.json index adff94536..fa2ad00ad 100644 --- a/packages/casl-vue/package-lock.json +++ b/packages/casl-vue/package-lock.json @@ -39,5 +39,6 @@ "he": "1.1.1" } } - } + }, + "version": "0.4.2" } diff --git a/packages/casl-vue/package.json b/packages/casl-vue/package.json index 7d5f1a38b..ddad7bda1 100644 --- a/packages/casl-vue/package.json +++ b/packages/casl-vue/package.json @@ -1,6 +1,6 @@ { "name": "@casl/vue", - "version": "0.4.1", + "version": "0.4.2", "description": "Vue plugin for CASL which makes it easy to add permissions in any Vue application", "main": "dist/umd/index.js", "module": "dist/es5m/index.js",