Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2022-11-16)

### Bug Fixes

* **deps:** update dependency ansi-escapes to v6 ([#183](#183)) ([8e9713b](8e9713b))
* **deps:** update dependency slash to v5 ([#186](#186)) ([726f0d1](726f0d1))
  • Loading branch information
semantic-release-bot committed Nov 16, 2022
1 parent 592fad8 commit bcb43e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-watch-typeahead",
"version": "2.2.0",
"version": "2.2.1",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
Expand Down

0 comments on commit bcb43e6

Please sign in to comment.