diff --git a/CHANGELOG.md b/CHANGELOG.md index b39b4aa..9fb743d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.17.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.16.0...v2.17.0) (2023-04-29) + + +### Features + +* added Linkedin Link ([#327](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/327)) ([3e267fd](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/3e267fd007519c6be36c28e0a5623d3964c38192)) + + + # [2.16.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.15.7...v2.16.0) (2023-04-17) @@ -34,12 +43,3 @@ -## [2.15.4](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.15.3...v2.15.4) (2023-02-24) - - -### Bug Fixes - -* hover colors for icons [#280](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/280) ([#300](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/300)) ([9a269a8](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/9a269a821b163089d4430c355d0579df424fd403)) - - - diff --git a/package.json b/package.json index 1816a65..d1905cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issue-finder", - "version": "2.16.0", + "version": "2.17.0", "scripts": { "dev": "vite dev", "build": "vite build",