diff --git a/CHANGELOG.md b/CHANGELOG.md index c9da02d..e3646f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/jest-community/jest-watch-typeahead/compare/v2.0.0...v2.1.0) (2022-08-25) + + +### Features + +* add support for Jest 29 ([bebd216](https://github.com/jest-community/jest-watch-typeahead/commit/bebd21679967ae8b7d9a2c4789f09c42e05285fc)) + # [2.0.0](https://github.com/jest-community/jest-watch-typeahead/compare/v1.1.0...v2.0.0) (2022-07-09) diff --git a/package.json b/package.json index 837b449..10dc86a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-watch-typeahead", - "version": "2.0.0", + "version": "2.1.0", "main": "build/index.js", "exports": { ".": "./build/index.js",