From 537afa4fa9fa2068e9366613874f9a556971d9d4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 Oct 2024 15:35:00 +0000 Subject: [PATCH] chore(release): 1.18.2 [skip ci] ## [1.18.2](https://github.com/Kong/icons/compare/v1.18.1...v1.18.2) (2024-10-30) ### Bug Fixes * **template:** add pointer events rule ([#429](https://github.com/Kong/icons/issues/429)) ([24772ee](https://github.com/Kong/icons/commit/24772ee8ea25a0affffcf0c8c5c71146989322d0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 139f469d..465989c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.18.2](https://github.com/Kong/icons/compare/v1.18.1...v1.18.2) (2024-10-30) + + +### Bug Fixes + +* **template:** add pointer events rule ([#429](https://github.com/Kong/icons/issues/429)) ([24772ee](https://github.com/Kong/icons/commit/24772ee8ea25a0affffcf0c8c5c71146989322d0)) + ## [1.18.1](https://github.com/Kong/icons/compare/v1.18.0...v1.18.1) (2024-09-30) diff --git a/package.json b/package.json index 9f591689..9ab99fd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/icons", - "version": "1.18.1", + "version": "1.18.2", "description": "Kong Icon Library", "license": "Apache-2.0", "type": "module",