From 673ad008e8dc6c4aa19a6c7ecf31b6647a64190d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Jun 2023 20:04:30 +0000 Subject: [PATCH] chore(release): 1.1.5 [skip ci] ## [1.1.5](https://github.com/Kong/design-tokens/compare/v1.1.4...v1.1.5) (2023-06-29) ### Bug Fixes * type exports ([#29](https://github.com/Kong/design-tokens/issues/29)) ([f573d7c](https://github.com/Kong/design-tokens/commit/f573d7c07661097ebde2b1833cb7ebc42bca3cd7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af2862a..eb61ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.5](https://github.com/Kong/design-tokens/compare/v1.1.4...v1.1.5) (2023-06-29) + + +### Bug Fixes + +* type exports ([#29](https://github.com/Kong/design-tokens/issues/29)) ([f573d7c](https://github.com/Kong/design-tokens/commit/f573d7c07661097ebde2b1833cb7ebc42bca3cd7)) + ## [1.1.4](https://github.com/Kong/design-tokens/compare/v1.1.3...v1.1.4) (2023-06-29) diff --git a/package.json b/package.json index 1d2c8c4..fcce2e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/design-tokens", - "version": "1.1.4", + "version": "1.1.5", "description": "Kong UI Design Tokens and style dictionary", "scripts": { "build": "yarn build:clean && style-dictionary build",