From c3483b8dec55bec1bc0c88bbd581c1561097107c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Oct 2023 21:54:54 +0000 Subject: [PATCH] chore(release): 1.7.6 [skip ci] ## [1.7.6](https://github.com/Kong/icons/compare/v1.7.5...v1.7.6) (2023-10-18) ### Bug Fixes * **package:** accept node 18.17.0 ([#107](https://github.com/Kong/icons/issues/107)) ([0887259](https://github.com/Kong/icons/commit/08872595edd4c2346a698eb20b9b1ebf331052f1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89252155..3ea96590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.6](https://github.com/Kong/icons/compare/v1.7.5...v1.7.6) (2023-10-18) + + +### Bug Fixes + +* **package:** accept node 18.17.0 ([#107](https://github.com/Kong/icons/issues/107)) ([0887259](https://github.com/Kong/icons/commit/08872595edd4c2346a698eb20b9b1ebf331052f1)) + ## [1.7.5](https://github.com/Kong/icons/compare/v1.7.4...v1.7.5) (2023-10-18) diff --git a/package.json b/package.json index f63fac07..33795b53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/icons", - "version": "1.7.5", + "version": "1.7.6", "description": "Kong Icon Library", "license": "Apache-2.0", "type": "module",