From 27265c56ab3efee89633152c2515af4617e32256 Mon Sep 17 00:00:00 2001 From: Rogelio Guzman Date: Sat, 7 Jul 2018 21:35:03 -0700 Subject: [PATCH] Prepare v0.2.0 release --- CHANGELOG.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a453f3..3a0cffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,29 @@ ## master +## 0.2.0 + ### Features -* Add support for plugin config ([#13](https://github.com/jest-community/jest-watch-typeahead/pull/13)) + +- Add support for plugin config ([#13](https://github.com/jest-community/jest-watch-typeahead/pull/13)) ### Fixes -* Make matching case insensitive ([#18](https://github.com/jest-community/jest-watch-typeahead/pull/18)) -* fix: migrate to use jest-watcher ([#6](https://github.com/jest-community/jest-watch-typeahead/pull/6)) +- Make matching case insensitive ([#18](https://github.com/jest-community/jest-watch-typeahead/pull/18)) +- fix: migrate to use jest-watcher ([#6](https://github.com/jest-community/jest-watch-typeahead/pull/6)) ### Chore & Maintenance -* Upgrade Prettier to 1.13.7 ([#17](https://github.com/jest-community/jest-watch-typeahead/pull/17)) -* New directory structure ([#14](https://github.com/jest-community/jest-watch-typeahead/pull/14)) -* Move ansi-escapes to dependencies _23f22d4_ -* Setup Travis and add tests ([#12](https://github.com/jest-community/jest-watch-typeahead/pull/12)) + +- Upgrade Prettier to 1.13.7 ([#17](https://github.com/jest-community/jest-watch-typeahead/pull/17)) +- New directory structure ([#14](https://github.com/jest-community/jest-watch-typeahead/pull/14)) +- Move ansi-escapes to dependencies _23f22d4_ +- Setup Travis and add tests ([#12](https://github.com/jest-community/jest-watch-typeahead/pull/12)) ## 0.1.0 ### Features -* Add test name typeahead ([#1](https://github.com/jest-community/jest-watch-typeahead/pull/1)) -* Rename to jest-watch-typeahead +- Add test name typeahead ([#1](https://github.com/jest-community/jest-watch-typeahead/pull/1)) +- Rename to jest-watch-typeahead ## 0.0.1