From a8f1e13c4a42b3ba23ee6d6d30f1da21680bf13a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Jun 2019 18:45:43 +0000 Subject: [PATCH] chore(release): 0.8.5 [skip ci] ## [0.8.5](https://github.com/pie-framework/pie-player-components/compare/v0.8.4...v0.8.5) (2019-06-25) ### Bug Fixes * env not passed through properly for stimulus ([6f2ab38](https://github.com/pie-framework/pie-player-components/commit/6f2ab38)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2381ec..f97a340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.8.5](https://github.com/pie-framework/pie-player-components/compare/v0.8.4...v0.8.5) (2019-06-25) + + +### Bug Fixes + +* env not passed through properly for stimulus ([6f2ab38](https://github.com/pie-framework/pie-player-components/commit/6f2ab38)) + ## [0.8.4](https://github.com/pie-framework/pie-player-components/compare/v0.8.3...v0.8.4) (2019-06-21) diff --git a/package.json b/package.json index f88c116..c08003d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pie-framework/pie-player-components", - "version": "0.8.4", + "version": "0.8.5", "description": "Pie Player Components", "module": "dist/esm/index.js", "main": "dist/index.js",