From 4985b706f9b0affa752eea29021aa6d38caffa12 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Sep 2023 15:50:44 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/Kong/icons/compare/v1.6.0...v1.7.0) (2023-09-29) ### Features * animates ProgressIcon ([#82](https://github.com/Kong/icons/issues/82)) ([0861cd9](https://github.com/Kong/icons/commit/0861cd9e019d8b59a22faad71843b029195d1eda)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 032c01e9..3b9c32ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/Kong/icons/compare/v1.6.0...v1.7.0) (2023-09-29) + + +### Features + +* animates ProgressIcon ([#82](https://github.com/Kong/icons/issues/82)) ([0861cd9](https://github.com/Kong/icons/commit/0861cd9e019d8b59a22faad71843b029195d1eda)) + # [1.6.0](https://github.com/Kong/icons/compare/v1.5.0...v1.6.0) (2023-09-20) diff --git a/package.json b/package.json index 1ecb0fac..6a02b698 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/icons", - "version": "1.6.0", + "version": "1.7.0", "description": "Kong Icon Library", "license": "Apache-2.0", "type": "module",