diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ece47..aba2f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Semantic Release Automated Changelog +# [3.2.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v3.1.1...v3.2.0) (2021-03-01) + + +### Bug Fixes + +* simplify customization and wrap all values in parens ([0c2ce1d](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/0c2ce1de4ed59686e7be51d255aacb8817bd6aef)) + + +### Features + +* add SCSS map of Auro tokens ([aa58f22](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/aa58f22ae8fdef0ba94dcc1fa6e2edfc115057cc)) + ## [3.1.1](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v3.1.0...v3.1.1) (2021-02-28) diff --git a/package-lock.json b/package-lock.json index e80acfb..f86194e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@alaskaairux/design-tokens", - "version": "3.1.1", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3344338..49c42b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alaskaairux/design-tokens", - "version": "3.1.1", + "version": "3.2.0", "description": "Alaska Air Auro Design System token repository", "homepage": "https://github.com/AlaskaAirlines/DesignTokens", "author": "Alaska Airlines Product design and research",