From ac2613b55d5345b268249574a37d86f8f64696e9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Jun 2023 13:02:41 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/Kong/design-system/compare/v1.0.0...v1.0.1) (2023-06-14) ### Bug Fixes * update config ([#23](https://github.com/Kong/design-system/issues/23)) ([d1dad34](https://github.com/Kong/design-system/commit/d1dad34577da53290e3fefb0a4a76ae0be37cf29)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6ee9372..bdce21d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/Kong/design-system/compare/v1.0.0...v1.0.1) (2023-06-14) + + +### Bug Fixes + +* update config ([#23](https://github.com/Kong/design-system/issues/23)) ([d1dad34](https://github.com/Kong/design-system/commit/d1dad34577da53290e3fefb0a4a76ae0be37cf29)) + # 1.0.0 (2023-06-13) diff --git a/package.json b/package.json index 2ade8484..a6c288bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/design-system", - "version": "1.0.0", + "version": "1.0.1", "description": "Kong UI Design Tokens and style dictionary", "scripts": { "build": "yarn build:clean && style-dictionary build",