diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c252e..be265c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.5.1](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v1.5.0...v1.5.1) (2022-07-02) + + +### Bug Fixes + +* remove navbar ([#165](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/165)) ([866cc5f](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/866cc5f8b55c69415782c2ca6a91c42609676303)) + + + # [1.5.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v1.4.0...v1.5.0) (2022-06-30) @@ -34,12 +43,3 @@ -## [1.1.6](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v1.1.5...v1.1.6) (2022-06-03) - - -### Bug Fixes - -* delete community action ([#148](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/148)) ([99e73d4](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/99e73d467052b4e5f67bb04261b5c8be72f66486)) - - - diff --git a/package.json b/package.json index 2f7e4f0..0bee99b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issue-finder", - "version": "1.5.0", + "version": "1.5.1", "scripts": { "dev": "env-cmd svelte-kit dev", "build": "env-cmd --silent svelte-kit build",