From d1f48da39dc7039ca0e3e216a2b86b9a6ccf2e9f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Sep 2023 22:06:04 +0000 Subject: [PATCH] chore(release): 2.10.5 [skip ci] ## [2.10.5](https://github.com/Kong/kong-auth-elements/compare/v2.10.4...v2.10.5) (2023-09-29) ### Bug Fixes * **deps:** update dependency @kong/icons to ^1.7.1 ([#1346](https://github.com/Kong/kong-auth-elements/issues/1346)) ([cf230c0](https://github.com/Kong/kong-auth-elements/commit/cf230c0fe391c607f3ae579b4fa1155b0ad42ba0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3997c011..683175855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.10.5](https://github.com/Kong/kong-auth-elements/compare/v2.10.4...v2.10.5) (2023-09-29) + + +### Bug Fixes + +* **deps:** update dependency @kong/icons to ^1.7.1 ([#1346](https://github.com/Kong/kong-auth-elements/issues/1346)) ([cf230c0](https://github.com/Kong/kong-auth-elements/commit/cf230c0fe391c607f3ae579b4fa1155b0ad42ba0)) + ## [2.10.4](https://github.com/Kong/kong-auth-elements/compare/v2.10.3...v2.10.4) (2023-09-29) diff --git a/package.json b/package.json index 036f96531..ecf5c7778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/kong-auth-elements", - "version": "2.10.4", + "version": "2.10.5", "type": "module", "main": "dist/kong-auth-elements.vue.umd.js", "module": "dist/kong-auth-elements.vue.es.js",