diff --git a/CHANGELOG.md b/CHANGELOG.md index a220e28..3097079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,29 +1,50 @@ +# [1.0.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.13.0...v1.0.0) (2022-06-02) + + +### Bug Fixes + +* changelog ([#141](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/141)) ([6ee1365](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/6ee13651329f961b9d4680e011a3ed9ef022d43a)) + + +### BREAKING CHANGES + +* envar changes + + + # [0.13.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.12.0...v0.13.0) (2022-05-19) + ### Features -- add shortcut for search ([#134](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/134)) ([30ae7a0](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/30ae7a0b1a9a5371648d28ffa8e8fc64b1b12357)) +* add shortcut for search ([#134](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/134)) ([30ae7a0](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/30ae7a0b1a9a5371648d28ffa8e8fc64b1b12357)) + + # [0.12.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.11.0...v0.12.0) (2022-05-19) + ### Features -- Added Discord and GitHub icons in footer instead of the text. ([#130](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/130)) ([72add37](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/72add372f60b16460dec7df298b4fa8e2bbfc673)) +* Added Discord and GitHub icons in footer instead of the text. ([#130](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/130)) ([72add37](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/72add372f60b16460dec7df298b4fa8e2bbfc673)) + + # [0.11.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.10.5...v0.11.0) (2022-05-15) + ### Features -- io ssl domain ([eb49044](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/eb49044f76ee38cdcce12f8d978f8876e45213ef)) +* io ssl domain ([eb49044](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/eb49044f76ee38cdcce12f8d978f8876e45213ef)) + + ## [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)) +* 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) -### Bug Fixes -- use main tag instead of div tag ([#120](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/120)) ([9398ad0](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/9398ad01bbd1186ffca082eed7ea323b73e96925)) diff --git a/package.json b/package.json index 2b4b3a5..3590559 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issue-finder", - "version": "0.13.0", + "version": "1.0.0", "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