From 042e6e6fc75d47ff326948a11cb27dc32d1fe44c Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 14 Feb 2022 21:29:34 +0000 Subject: [PATCH] chore(release): v0.9.1 --- CHANGELOG.md | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f248cc0..b4840d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.9.1](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.9.0...v0.9.1) (2022-02-14) + + +### Bug Fixes + +* Dependency-Error ([#74](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/74)) ([59f28dd](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/59f28ddf316125c57a66127eadae8077a5188936)) + + + # [0.9.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.8.0...v0.9.0) (2022-02-14) @@ -34,12 +43,3 @@ -# [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)) - - - diff --git a/package.json b/package.json index c456ce0..96c1d1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issue-finder", - "version": "0.9.0", + "version": "0.9.1", "scripts": { "dev": "env-cmd svelte-kit dev", "build": "env-cmd --silent svelte-kit build", @@ -49,4 +49,4 @@ "prettier --write --plugin-search-dir=. ." ] } -} +} \ No newline at end of file