diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b8db2..f651dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.19.5](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.4...v2.19.5) (2023-10-01) + + +### Bug Fixes + +* hamburger menu fill ([#374](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/374)) ([a4f0f76](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/a4f0f762301095903b94ab2061f02d7e51251145)) + + + ## [2.19.4](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.3...v2.19.4) (2023-07-24) @@ -34,12 +43,3 @@ -# [2.19.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.18.0...v2.19.0) (2023-05-18) - - -### Features - -* dependency update ([#340](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/340)) ([bb87814](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/bb87814cb9b745e44414174890c8bc69264954a5)) - - - diff --git a/package.json b/package.json index a6dbd9c..0a5a3b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issue-finder", - "version": "2.19.4", + "version": "2.19.5", "scripts": { "dev": "vite dev", "build": "vite build",