diff --git a/.changeset/strange-bananas-switch.md b/.changeset/strange-bananas-switch.md deleted file mode 100644 index 84d4d7838..000000000 --- a/.changeset/strange-bananas-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'style-dictionary': patch ---- - -Add and check types to CLI file, fix typo for --platform flag. diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b36fb4a..2b7cd305c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.3.1 + +### Patch Changes + +- 6cc1da3: Add and check types to CLI file, fix typo for --platform flag. + ## 4.3.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index f7dc3d319..5ece379a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "style-dictionary", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "style-dictionary", - "version": "4.3.0", + "version": "4.3.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 45ea0d61a..5fb99aadc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-dictionary", - "version": "4.3.0", + "version": "4.3.1", "description": "Style once, use everywhere. A build system for creating cross-platform styles.", "keywords": [ "style dictionary",