diff --git a/.changeset/gentle-lamps-add.md b/.changeset/gentle-lamps-add.md deleted file mode 100644 index f4d55b74..00000000 --- a/.changeset/gentle-lamps-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'style-dictionary': patch ---- - -Pass PlatformConfig as options param to platform-applied preprocessors. diff --git a/.changeset/hungry-phones-bow.md b/.changeset/hungry-phones-bow.md deleted file mode 100644 index 80d42e51..00000000 --- a/.changeset/hungry-phones-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'style-dictionary': patch ---- - -Fix `convertToBase64` util to support converting binary files such as fonts, for both Browser and NodeJS. diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c6c88f..ae87e7de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 4.1.4 + +### Patch Changes + +- a67ed31: Pass PlatformConfig as options param to platform-applied preprocessors. +- 19aee32: Fix `convertToBase64` util to support converting binary files such as fonts, for both Browser and NodeJS. + ## 4.1.3 ### Patch Changes diff --git a/package.json b/package.json index d07cc44a..cedf8dac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-dictionary", - "version": "4.1.3", + "version": "4.1.4", "description": "Style once, use everywhere. A build system for creating cross-platform styles.", "keywords": [ "style dictionary",