From b60fc6f30bf9660b3a978d80bd37aa492c4b3e70 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Feb 2023 20:35:28 +0000 Subject: [PATCH] chore(release): 3.12.2 [skip ci] ## [3.12.2](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v3.12.1...v3.12.2) (2023-02-06) ### Bug Fixes * **json:** add reference and version data to tokens [#96](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/96) ([52081b3](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/52081b304d036e9b3c2db8615a1b832c1ffd7475)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ca407..68b0a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [3.12.2](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v3.12.1...v3.12.2) (2023-02-06) + + +### Bug Fixes + +* **json:** add reference and version data to tokens [#96](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/96) ([52081b3](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/52081b304d036e9b3c2db8615a1b832c1ffd7475)) + ## [3.12.1](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v3.12.0...v3.12.1) (2022-12-13) diff --git a/package-lock.json b/package-lock.json index e4f68df..4eedd34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alaskaairux/design-tokens", - "version": "3.12.1", + "version": "3.12.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@alaskaairux/design-tokens", - "version": "3.12.1", + "version": "3.12.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 5a1bdfb..2695ab1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alaskaairux/design-tokens", - "version": "3.12.1", + "version": "3.12.2", "description": "Alaska Air Auro Design System token repository", "homepage": "https://github.com/AlaskaAirlines/DesignTokens", "author": "Alaska Airlines Product design and research",