From 75417e2cf20b577f1ed8cd140614f526666b52b5 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 9 Jul 2022 13:21:16 +0000 Subject: [PATCH] chore(release): v1.6.0 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afda769..b076dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.6.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v1.5.2...v1.6.0) (2022-07-09) + + +### Features + +* display avatars ([#167](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/167)) ([0562825](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/05628250269bdfafe9102fc5f2c75103a6bded3e)) + + + ## [1.5.2](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v1.5.1...v1.5.2) (2022-07-06) @@ -34,12 +43,3 @@ -# [1.3.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v1.2.0...v1.3.0) (2022-06-28) - - -### Features - -* added issue creation date ([#156](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/156)) ([e2907f5](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/e2907f50db909d21c8a2546cafbf93692101afb8)) - - - diff --git a/package.json b/package.json index c0ecccd..72a0ea0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issue-finder", - "version": "1.5.2", + "version": "1.6.0", "scripts": { "dev": "env-cmd svelte-kit dev", "build": "env-cmd --silent svelte-kit build",