From 98a45c8c61f640298e22af9c61742ed68aa0a562 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Jul 2023 13:30:30 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2023-07-17) ### Bug Fixes * add missing peerDependency ([#7](https://github.com/Kong/icons/issues/7)) ([a45293a](https://github.com/Kong/icons/commit/a45293ac2e70e08e125f132b062d19d84ab34f93)) ### Features * generate components from svg source ([#1](https://github.com/Kong/icons/issues/1)) ([4411307](https://github.com/Kong/icons/commit/441130751885ad57b8cd6420cf123a0a1dfc8910)) * initial commit :rocket: ([722ed4d](https://github.com/Kong/icons/commit/722ed4dc76d7c4e894027f40676ade293e71edf6)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..b2e39387 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# 1.0.0 (2023-07-17) + + +### Bug Fixes + +* add missing peerDependency ([#7](https://github.com/Kong/icons/issues/7)) ([a45293a](https://github.com/Kong/icons/commit/a45293ac2e70e08e125f132b062d19d84ab34f93)) + + +### Features + +* generate components from svg source ([#1](https://github.com/Kong/icons/issues/1)) ([4411307](https://github.com/Kong/icons/commit/441130751885ad57b8cd6420cf123a0a1dfc8910)) +* initial commit :rocket: ([722ed4d](https://github.com/Kong/icons/commit/722ed4dc76d7c4e894027f40676ade293e71edf6)) diff --git a/package.json b/package.json index afc3f5a5..19db5e09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/icons", - "version": "0.0.1", + "version": "1.0.0", "description": "Kong Icon Library", "license": "Apache-2.0", "type": "module",