diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b62ae..f769966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.19.2](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.1...v2.19.2) (2023-06-24) + + +### Bug Fixes + +* trim searchstring ([#358](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/358)) ([db3ab9d](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/db3ab9d607da5f5b56ca1d3a4f67d8748a3c7623)) + + + ## [2.19.1](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.0...v2.19.1) (2023-06-08) @@ -34,12 +43,3 @@ -# [2.16.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.15.7...v2.16.0) (2023-04-17) - - -### Features - -* Added filter modal ([#319](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/319)) ([0b4b885](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/0b4b885e943ff98229160fb5fc06143d66d91c57)) - - - diff --git a/package.json b/package.json index 835d010..c2a9ac6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issue-finder", - "version": "2.19.1", + "version": "2.19.2", "scripts": { "dev": "vite dev", "build": "vite build",