From 1537682083133b128f4156bb2067e31bf4bd250b Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sat, 7 Sep 2019 07:14:29 +0200 Subject: [PATCH] chore; update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0276a..eff8f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ ## master +## 1.0.0 + +### Features + +- Added custom prompt ([#10](https://github.com/rogeliog/jest-watch-select-projects/pull/10)) + +### Fixes +- Remove unused dependencies and upgrade the remaining ones ([#7](https://github.com/rogeliog/jest-watch-select-projects/pull/7)) & ([#11](https://github.com/rogeliog/jest-watch-select-projects/pull/11)) + +## 0.1.2 + +### Fixes +- fix displayName object configuration ([#8](https://github.com/rogeliog/jest-watch-select-projects/pull/8)) + ## 0.1.1 ### Fixes