From 6606816a5b3f85f3dafb78124ebb328a0c6ba671 Mon Sep 17 00:00:00 2001 From: FBerthelot Date: Sat, 27 Jul 2019 14:43:54 +0200 Subject: [PATCH] :bookmark: v1.0.0-alpha.5 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f9e69..f45790c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog + +## 1.0.0-alpha.5 (2019-07-27) + +### Fixed + +- 🐛 fix mocks true on white list mode [[2ea5dc1](https://github.com/FBerthelot/component-test-utils/commit/2ea5dc13fc0d0526a51512e239c5709d72534604)] + + ## 1.0.0-alpha.4 (2019-07-27) diff --git a/package.json b/package.json index 3aafaee..7efefbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "component-test-utils-master", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "private": true, "description": "Test HTML component the same way, regardless of the framework (React, Angular, Vue.JS, Vanilla, ...) ", "main": "index.js",