Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.0...v2.0.0) (2022-07-09)

### Bug Fixes

* **deps:** update dependency ansi-escapes to v5 ([#87](#87)) ([b990d44](b990d44))
* drop support for Node 12 and 17 ([0f4b1b6](0f4b1b6))

### BREAKING CHANGES

* Drop Node 12 and Node 17
  • Loading branch information
semantic-release-bot committed Jul 9, 2022
1 parent b990d44 commit e229c8d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/jest-community/jest-watch-typeahead/compare/v1.1.0...v2.0.0) (2022-07-09)


### Bug Fixes

* **deps:** update dependency ansi-escapes to v5 ([#87](https://github.com/jest-community/jest-watch-typeahead/issues/87)) ([b990d44](https://github.com/jest-community/jest-watch-typeahead/commit/b990d44204454b9d756383b02e037ea206070219))
* drop support for Node 12 and 17 ([0f4b1b6](https://github.com/jest-community/jest-watch-typeahead/commit/0f4b1b6d26cd29e2db80f53e4141c016a6bd5fbe))


### BREAKING CHANGES

* Drop Node 12 and Node 17

# [1.1.0](https://github.com/jest-community/jest-watch-typeahead/compare/v1.0.0...v1.1.0) (2022-04-25)


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": "1.1.0",
"version": "2.0.0",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
Expand Down

0 comments on commit e229c8d

Please sign in to comment.