diff --git a/.changeset/dry-rocks-hide.md b/.changeset/dry-rocks-hide.md deleted file mode 100644 index 4cf9749..0000000 --- a/.changeset/dry-rocks-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tokens-studio/types': patch ---- - -Add missing figma-related properties to the ThemeObject type diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ba5d1..c2e210c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tokens-studio/types +## 0.5.2 + +### Patch Changes + +- 35c439c: Add missing figma-related properties to the ThemeObject type + ## 0.5.1 ### Patch Changes diff --git a/package.json b/package.json index c787c0b..223c005 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tokens-studio/types", - "version": "0.5.1", + "version": "0.5.2", "description": "", "license": "MIT", "author": "Joren Broekema ",