diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d5d1a2..3b9e439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.6.4](https://github.com/jest-community/jest-watch-typeahead/compare/v0.6.3...v0.6.4) (2021-05-27) + + +### Bug Fixes + +* **deps:** update jest peer dependency to accept v27 ([#59](https://github.com/jest-community/jest-watch-typeahead/issues/59)) ([6552ead](https://github.com/jest-community/jest-watch-typeahead/commit/6552ead2dafb0258d11783f3c9e3e12877b15226)) + ## 0.6.2 ### Fixes diff --git a/package.json b/package.json index cb10190..1668719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-watch-typeahead", - "version": "0.6.3", + "version": "0.6.4", "main": "build/index.js", "author": "Rogelio Guzman ", "description": "Jest plugin for filtering by filename or test name",