From 5dc1a50e4a9efd3ca993817c89ee6ccd14f7e008 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 10 Sep 2022 15:33:34 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",