diff --git a/CHANGELOG.md b/CHANGELOG.md index de45a43..dc9cc3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.1](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.7.0...v0.7.1) (2022-02-12) + + +### Bug Fixes + +* update footer ([#68](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/68)) ([178d92e](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/178d92e01067169ed0f303fab59b4298741d43a1)) + + + # [0.7.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.6.0...v0.7.0) (2022-02-12) @@ -34,12 +43,3 @@ -## [0.3.5](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.3.4...v0.3.5) (2022-01-28) - - -### Bug Fixes - -* deployment ([#42](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/42)) ([d2f28e8](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/d2f28e8905b2607e56ad1c0bb5da8b168347257c)) - - - diff --git a/package.json b/package.json index 9539925..aeb3062 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issue-finder", - "version": "0.7.0", + "version": "0.7.1", "scripts": { "dev": "env-cmd svelte-kit dev", "build": "env-cmd --silent svelte-kit build",