From 0a12f6f5591e38586e7a0ad553e00bb59b8b130a Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 2 Jun 2022 14:09:11 +0000 Subject: [PATCH] chore(release): v1.1.2 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a99cc18..700cdbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.2](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v1.1.1...v1.1.2) (2022-06-02) + + +### Bug Fixes + +* gh action triggers ([3c5afb3](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/3c5afb35300d68704dc27a2261365759e390953b)) + + + ## [1.1.1](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v1.1.0...v1.1.1) (2022-06-02) @@ -39,12 +48,3 @@ -# [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)) - - - diff --git a/package.json b/package.json index b4b53b0..4feef2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issue-finder", - "version": "1.1.1", + "version": "1.1.2", "scripts": { "dev": "env-cmd svelte-kit dev", "build": "env-cmd --silent svelte-kit build",