diff --git a/CHANGELOG.md b/CHANGELOG.md index df0db2e..406237d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/jest-community/jest-watch-typeahead/compare/v1.0.0...v1.1.0) (2022-04-25) + + +### Features + +* **deps:** add Jest 28 to peer dependency range ([#142](https://github.com/jest-community/jest-watch-typeahead/issues/142)) ([17a0f8d](https://github.com/jest-community/jest-watch-typeahead/commit/17a0f8d4a12b0fbb4843eee6e5b503a6cec1422c)) + # [1.0.0](https://github.com/jest-community/jest-watch-typeahead/compare/v0.6.5...v1.0.0) (2021-09-29) diff --git a/package.json b/package.json index 593f51f..eea05e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-watch-typeahead", - "version": "1.0.0", + "version": "1.1.0", "main": "build/index.js", "exports": { ".": "./build/index.js",