From ad249455f71c7e93628eb5b4876bd91a407f7f73 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 6 Apr 2023 14:09:04 +0000 Subject: [PATCH] chore(release): v2.15.7 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 085efe9..2f168a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.15.7](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.15.6...v2.15.7) (2023-04-06) + + +### Bug Fixes + +* added accessibility attributes to images and SVGs ([#307](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/307)) ([9049024](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/904902408d6bd1480f6c3d4c436cccd715840267)) + + + ## [2.15.6](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.15.5...v2.15.6) (2023-03-08) @@ -34,12 +43,3 @@ -## [2.15.2](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.15.1...v2.15.2) (2023-02-14) - - -### Bug Fixes - -* close profile picture banner on navigation ([#302](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/302)) ([e29ffc6](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/e29ffc6feafccd92aa125245db4f923b4fb5ed8d)) - - - diff --git a/package.json b/package.json index 0c93334..0ccbd91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issue-finder", - "version": "2.15.6", + "version": "2.15.7", "scripts": { "dev": "vite dev", "build": "vite build",