diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b86b75e..1b6cab51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.9.1](https://github.com/lyne-design-system/lyne-design-tokens/compare/v3.9.0...v3.9.1) (2021-07-28) + + +### Bug Fixes + +* choosing clearer variable name ([b0ab8c2](https://github.com/lyne-design-system/lyne-design-tokens/commit/b0ab8c2980eedf97fc5e50ccd0c5863374b26b18)) +* improving spacing variables output ([0056bf2](https://github.com/lyne-design-system/lyne-design-tokens/commit/0056bf2d9a601acf56d3cd85fc059699333d86f0)) + # [3.9.0](https://github.com/lyne-design-system/lyne-design-tokens/compare/v3.8.0...v3.9.0) (2021-07-28) diff --git a/package-lock.json b/package-lock.json index fbc6c30e..b35dcd54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lyne-design-tokens", - "version": "3.9.0", + "version": "3.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 88ed426a..05ff4d63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lyne-design-tokens", - "version": "3.9.0", + "version": "3.9.1", "description": "Managing and publishing design tokens for the lyne design system: https://github.com/lyne-design-system/lyne-components", "main": "index.js", "dependencies": {},