From 0c952e36c612520e4598c4f78e2e50bbc781f2fb Mon Sep 17 00:00:00 2001 From: Edd Yerburgh Date: Wed, 6 Sep 2017 07:02:45 +0100 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa693ec..04de2412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [0.5.0](https://github.com/eddyerburgh/vue-jest/compare/v0.4.0...v0.5.0) (2017-09-06) + + +### Bug Fixes + +* remove stage-2 from .babelrc ([890b3c9](https://github.com/eddyerburgh/vue-jest/commit/890b3c9)) +* remove stage-2 from babel.spec ([836e469](https://github.com/eddyerburgh/vue-jest/commit/836e469)) + + +### Features + +* **babel:** log when no .babelrc could be found ([199d969](https://github.com/eddyerburgh/vue-jest/commit/199d969)) +* **babel:** support babelrc in package.json ([fd58a77](https://github.com/eddyerburgh/vue-jest/commit/fd58a77)) + # [0.4.0](https://github.com/eddyerburgh/vue-jest/compare/v0.3.0...v0.4.0) (2017-09-03)