diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1db1c..50888b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Semantic Release Automated Changelog +# [3.1.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v3.0.0...v3.1.0) (2021-02-11) + + +### Features + +* [#36](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/36) add new brand-neutral colors ([9c53acd](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/9c53acd6ad01f6d3928c969645a2625890591216)) +* [#36](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/36) support deprecated:false flag for distribution of token data ([9d40067](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/9d400676c13d370972ddcd6037fc1f8514cee615)) + # [3.0.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v2.12.3...v3.0.0) (2020-11-14) diff --git a/package-lock.json b/package-lock.json index 1c79051..511764c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@alaskaairux/design-tokens", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d256228..337daf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alaskaairux/design-tokens", - "version": "3.0.0", + "version": "3.1.0", "description": "Alaska Air Auro Design System token repository", "homepage": "https://github.com/AlaskaAirlines/DesignTokens", "author": "Alaska Airlines Product design and research",