From 90b4198ef182f07400b308350f5f401bf298a787 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Nov 2024 16:26:14 +0000 Subject: [PATCH] chore(release): 9.14.14 [skip ci] ## [9.14.14](https://github.com/Kong/kongponents/compare/v9.14.13...v9.14.14) (2024-11-15) ### Bug Fixes * sass [@import](https://github.com/import) to [@use](https://github.com/use) [KHCP-13755] ([#2518](https://github.com/Kong/kongponents/issues/2518)) ([b3ec945](https://github.com/Kong/kongponents/commit/b3ec945f84532bd0d4e4e4e7fb6920b11c6fb487)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccce2e2366..3e7dc43044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.14.14](https://github.com/Kong/kongponents/compare/v9.14.13...v9.14.14) (2024-11-15) + + +### Bug Fixes + +* sass [@import](https://github.com/import) to [@use](https://github.com/use) [KHCP-13755] ([#2518](https://github.com/Kong/kongponents/issues/2518)) ([b3ec945](https://github.com/Kong/kongponents/commit/b3ec945f84532bd0d4e4e4e7fb6920b11c6fb487)) + ## [9.14.13](https://github.com/Kong/kongponents/compare/v9.14.12...v9.14.13) (2024-11-13) diff --git a/package.json b/package.json index e597593bea..6e953ead8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/kongponents", - "version": "9.14.13", + "version": "9.14.14", "description": "Kong Component library", "type": "module", "repository": {