From e229c8d7e98f30f2424773af9287935638b535e4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 9 Jul 2022 11:44:16 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [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 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 406237d..c9da02d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ba1d678..96fd14f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-watch-typeahead", - "version": "1.1.0", + "version": "2.0.0", "main": "build/index.js", "exports": { ".": "./build/index.js",