Skip to content

Commit

Permalink
added compression option to settings for json file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Jun 8, 2021
1 parent f820118 commit ce55d6d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/plugin.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ui.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "design-tokens",
"version": "4.1.1",
"version": "4.2.0",
"description": "Export design tokens from Figma",
"main": "code.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/utilities/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* istanbul ignore file */
const version = '4.1.1'
const version = '4.2.0'
export default version

0 comments on commit ce55d6d

Please sign in to comment.