From bf6085466ea01883c6c5b6f2c2fb1ffc6bac2e40 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 29 Jun 2024 17:58:05 +0000 Subject: [PATCH] chore(release): v2.19.10 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc19ed..ea58b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.19.10](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.9...v2.19.10) (2024-06-29) + + +### Bug Fixes + +* k8s kubescape no longer required ([fdd1f6b](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/fdd1f6b24688e9ebe30a467c67304bbe26eda68a)) + + + ## [2.19.9](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.8...v2.19.9) (2024-06-29) @@ -34,12 +43,3 @@ -## [2.19.5](https://github.com/EddieHubCommunity/good-first-issue-finder/compare/v2.19.4...v2.19.5) (2023-10-01) - - -### Bug Fixes - -* hamburger menu fill ([#374](https://github.com/EddieHubCommunity/good-first-issue-finder/issues/374)) ([a4f0f76](https://github.com/EddieHubCommunity/good-first-issue-finder/commit/a4f0f762301095903b94ab2061f02d7e51251145)) - - - diff --git a/package.json b/package.json index 73fd400..ed4f7b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issue-finder", - "version": "2.19.9", + "version": "2.19.10", "scripts": { "dev": "vite dev", "build": "vite build",