From bcb43e68a239c3d1d0b0f66ebb72fa5879390717 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Nov 2022 10:55:54 +0000 Subject: [PATCH] chore(release): 2.2.1 [skip ci] ## [2.2.1](https://github.com/jest-community/jest-watch-typeahead/compare/v2.2.0...v2.2.1) (2022-11-16) ### Bug Fixes * **deps:** update dependency ansi-escapes to v6 ([#183](https://github.com/jest-community/jest-watch-typeahead/issues/183)) ([8e9713b](https://github.com/jest-community/jest-watch-typeahead/commit/8e9713bcce5bd8a039834a075f86ef8f2062e917)) * **deps:** update dependency slash to v5 ([#186](https://github.com/jest-community/jest-watch-typeahead/issues/186)) ([726f0d1](https://github.com/jest-community/jest-watch-typeahead/commit/726f0d107fe19d8588c1351fb597bd1bf970a49c)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a1a8f..0377aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.2.1](https://github.com/jest-community/jest-watch-typeahead/compare/v2.2.0...v2.2.1) (2022-11-16) + + +### Bug Fixes + +* **deps:** update dependency ansi-escapes to v6 ([#183](https://github.com/jest-community/jest-watch-typeahead/issues/183)) ([8e9713b](https://github.com/jest-community/jest-watch-typeahead/commit/8e9713bcce5bd8a039834a075f86ef8f2062e917)) +* **deps:** update dependency slash to v5 ([#186](https://github.com/jest-community/jest-watch-typeahead/issues/186)) ([726f0d1](https://github.com/jest-community/jest-watch-typeahead/commit/726f0d107fe19d8588c1351fb597bd1bf970a49c)) + # [2.2.0](https://github.com/jest-community/jest-watch-typeahead/compare/v2.1.1...v2.2.0) (2022-09-10) diff --git a/package.json b/package.json index 6d4bb10..a93d55f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-watch-typeahead", - "version": "2.2.0", + "version": "2.2.1", "main": "build/index.js", "exports": { ".": "./build/index.js",