diff --git a/CHANGELOG.md b/CHANGELOG.md index c759bf8..e6d915a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.1.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v1.0.1...v1.1.0) (2022-06-02) + + +### Features + +* community gh action ([1fedb54](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/1fedb54f2fa65e39349621289b82fcc7e6c50338)) + + + ## [1.0.1](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v1.0.0...v1.0.1) (2022-06-02) @@ -39,12 +48,3 @@ -# [0.11.0](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v0.10.5...v0.11.0) (2022-05-15) - - -### Features - -* io ssl domain ([eb49044](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/eb49044f76ee38cdcce12f8d978f8876e45213ef)) - - - diff --git a/package.json b/package.json index 64c724f..098f1f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issue-finder", - "version": "1.0.1", + "version": "1.1.0", "scripts": { "dev": "env-cmd svelte-kit dev", "build": "env-cmd --silent svelte-kit build",