From 17c4e95fa32519057dcb5f4f5a9874763cd5fc38 Mon Sep 17 00:00:00 2001 From: Edd Yerburgh Date: Tue, 19 Sep 2017 10:39:19 +0100 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1826cc90..7a2834b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [0.5.6](https://github.com/eddyerburgh/vue-jest/compare/v0.5.5...v0.5.6) (2017-09-19) + + +### Bug Fixes + +* remove compiler peerDependencies and require inside functions ([cce605b](https://github.com/eddyerburgh/vue-jest/commit/cce605b)) + ## [0.5.5](https://github.com/eddyerburgh/vue-jest/compare/v0.5.4...v0.5.5) (2017-09-19)