diff --git a/README.md b/README.md index 8fcc95f..ca2f531 100644 --- a/README.md +++ b/README.md @@ -675,4 +675,8 @@ If you have any questions or suggestions, feel free to [create an issue](https:/ **2.3.0** -- Added `codeSyntax` property to variables. See this PR — [include variable's "codeSyntax" property in exported token json](https://github.com/tokens-bruecke/figma-plugin/pull/28) \ No newline at end of file +- Added `codeSyntax` property to variables. See this PR — [include variable's "codeSyntax" property in exported token json](https://github.com/tokens-bruecke/figma-plugin/pull/28) + +**2.3.1** + +- [Fixes dimension type for vars with single scope](https://github.com/tokens-bruecke/figma-plugin/pull/31) \ No newline at end of file diff --git a/package.json b/package.json index fe66dce..cad1dfc 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tokens-bruecke", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "author": { "name": "Pavel Laptev", diff --git a/src/app/SettingsView/index.tsx b/src/app/SettingsView/index.tsx index c24de47..ac7ea36 100644 --- a/src/app/SettingsView/index.tsx +++ b/src/app/SettingsView/index.tsx @@ -672,7 +672,7 @@ export const SettingsView = (props: ViewProps) => { Documentation - v.2.3.0 + v.2.3.1