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

Commit

Permalink
chore(release): v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Feb 12, 2022
1 parent e6f1fef commit 5ec66b1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
30 changes: 23 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,45 @@
# [0.6.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.5.0...v0.6.0) (2022-02-12)


### Features

* Display Issue-Labels ([#59](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/59)) ([e6f1fef](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/e6f1fef8f9d48d6f830b4ca079250c741e373692))



# [0.5.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.4.0...v0.5.0) (2022-02-12)


### Features

- add Search ([#58](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/58)) ([8ba650f](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/8ba650fe168af09a0bd9506f3cc3af7f0716efeb))
* add Search ([#58](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/58)) ([8ba650f](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/8ba650fe168af09a0bd9506f3cc3af7f0716efeb))



# [0.4.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.3.5...v0.4.0) (2022-01-29)


### Features

- Switch to GraphQL ([#48](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/48)) ([15af1d2](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/15af1d2767304e5a6086d89f0988937abc4ad899))
* Switch to GraphQL ([#48](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/48)) ([15af1d2](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/15af1d2767304e5a6086d89f0988937abc4ad899))



## [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))
* deployment ([#42](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/42)) ([d2f28e8](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/d2f28e8905b2607e56ad1c0bb5da8b168347257c))



## [0.3.4](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.3.3...v0.3.4) (2022-01-28)


### Bug Fixes

- github token secret ([74501d5](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/74501d5ed5fb9560267772e5b2754ece7983f9f5))
* github token secret ([74501d5](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/74501d5ed5fb9560267772e5b2754ece7983f9f5))

## [0.3.3](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.3.2...v0.3.3) (2022-01-28)

### Bug Fixes

- github token for sveltekit ([08468df](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/08468dfcc16dafcd8e13ef5316f6636a1c773935))
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.5.0",
"version": "0.6.0",
"scripts": {
"dev": "env-cmd svelte-kit dev",
"build": "env-cmd --silent svelte-kit build",
Expand Down Expand Up @@ -49,4 +49,4 @@
"prettier --write --plugin-search-dir=. ."
]
}
}
}

0 comments on commit 5ec66b1

Please sign in to comment.