From a8d0b401b9dec95125205248dba419ea3c79c6aa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Nov 2024 14:28:51 +0000 Subject: [PATCH] chore(release): 1.19.0 [skip ci] # [1.19.0](https://github.com/Kong/icons/compare/v1.18.2...v1.19.0) (2024-11-05) ### Features * add github icon ([#435](https://github.com/Kong/icons/issues/435)) ([322354d](https://github.com/Kong/icons/commit/322354dc8621cacd0976a91dfe0e9ef9b47a7301)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/component-list.ts | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 465989c3..e2912413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.19.0](https://github.com/Kong/icons/compare/v1.18.2...v1.19.0) (2024-11-05) + + +### Features + +* add github icon ([#435](https://github.com/Kong/icons/issues/435)) ([322354d](https://github.com/Kong/icons/commit/322354dc8621cacd0976a91dfe0e9ef9b47a7301)) + ## [1.18.2](https://github.com/Kong/icons/compare/v1.18.1...v1.18.2) (2024-10-30) diff --git a/package.json b/package.json index 8b655a8b..51223cab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/icons", - "version": "1.18.2", + "version": "1.19.0", "description": "Kong Icon Library", "license": "Apache-2.0", "type": "module", diff --git a/src/component-list.ts b/src/component-list.ts index 533d18d4..4ffaba3c 100644 --- a/src/component-list.ts +++ b/src/component-list.ts @@ -309,6 +309,7 @@ export default [ 'FlagZwIcon.vue', 'ForwardIcon.vue', 'GatewayIcon.vue', + 'GithubIcon.vue', 'GoogleCloudIcon.vue', 'GoogleIcon.vue', 'GraduationIcon.vue',