diff --git a/CHANGELOG.md b/CHANGELOG.md index 6781f9d..a36324f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [3.15.1](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v3.15.0...v3.15.1) (2023-08-01) + + +### Bug Fixes + +* address incorrectly deleted token ([08150e3](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/08150e3413e9dde2b3fd6ae8fd6bc6dc211c1705)) + # [3.15.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v3.14.0...v3.15.0) (2023-08-01) diff --git a/package-lock.json b/package-lock.json index 809441e..073825c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alaskaairux/design-tokens", - "version": "3.15.0", + "version": "3.15.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@alaskaairux/design-tokens", - "version": "3.15.0", + "version": "3.15.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index b2ef6f7..098ec2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alaskaairux/design-tokens", - "version": "3.15.0", + "version": "3.15.1", "description": "Alaska Air Auro Design System token repository", "homepage": "https://github.com/AlaskaAirlines/DesignTokens", "author": "Alaska Airlines Product design and research",