Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
chore(release): v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jun 2, 2022
1 parent 6ee1365 commit 8a9d20e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 9 deletions.
35 changes: 28 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -50,4 +50,4 @@
"prettier --write --plugin-search-dir=. ."
]
}
}
}

0 comments on commit 8a9d20e

Please sign in to comment.