diff --git a/CHANGELOG.md b/CHANGELOG.md index cf25a7d..f7a1a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/jest-community/jest-watch-typeahead/compare/v2.1.1...v2.2.0) (2022-09-10) + + +### Features + +* **deps:** update jest monorepo to v29 (major) ([#175](https://github.com/jest-community/jest-watch-typeahead/issues/175)) ([05f98ac](https://github.com/jest-community/jest-watch-typeahead/commit/05f98ace7a9317e65f9647d20d9b48a9903ad97f)) + ## [2.1.1](https://github.com/jest-community/jest-watch-typeahead/compare/v2.1.0...v2.1.1) (2022-08-25) diff --git a/package.json b/package.json index 2543a49..cedcd05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-watch-typeahead", - "version": "2.1.1", + "version": "2.2.0", "main": "build/index.js", "exports": { ".": "./build/index.js",