diff --git a/CHANGELOG.md b/CHANGELOG.md index d08bf71..5193f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.19.7](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.6...v2.19.7) (2024-06-29) + + +### Bug Fixes + +* deploy to caprover action ([c6043a3](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/c6043a3f89de829bcadb1b0cc2c26c177913071e)) + + + ## [2.19.6](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.5...v2.19.6) (2024-06-29) @@ -34,12 +43,3 @@ -## [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)) - - - diff --git a/package.json b/package.json index 397b4e8..13169f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issue-finder", - "version": "2.19.6", + "version": "2.19.7", "scripts": { "dev": "vite dev", "build": "vite build",