diff --git a/CHANGELOG.md b/CHANGELOG.md index e633792..9c4262d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.10.5](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.10.4...v0.10.5) (2022-04-26) + + +### Bug Fixes + +* Text cut off on mobile ([#116](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/116)) ([c8b6a0d](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/c8b6a0d4ca58354f57b3b7c1914ddf60ee651b33)) + + + ## [0.10.4](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.10.3...v0.10.4) (2022-04-09) @@ -34,12 +43,3 @@ -# [0.10.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.9.1...v0.10.0) (2022-02-28) - - -### Features - -* toggle for global query ([#89](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/89)) ([4fea512](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/4fea5126ddb52cec486c588a20d976e7db4e1213)) - - - diff --git a/package.json b/package.json index 931efe3..d897cb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issue-finder", - "version": "0.10.4", + "version": "0.10.5", "scripts": { "dev": "env-cmd svelte-kit dev", "build": "env-cmd --silent svelte-kit build", @@ -50,4 +50,4 @@ "prettier --write --plugin-search-dir=. ." ] } -} +} \ No newline at end of file