From 98038afcfed9103ee4d2e76f646ac600c606778e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 Jan 2024 18:31:37 +0000 Subject: [PATCH] chore(release): 5.0.6 [skip ci] ## [5.0.6](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.0.5...v5.0.6) (2024-01-25) ### Performance Improvements * update utilities to support fallbacks [#184](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/184) ([06a42de](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/06a42de713cf8ec2dc0405ff064c89330ff67f37)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eddecfe..4721594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [5.0.6](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.0.5...v5.0.6) (2024-01-25) + + +### Performance Improvements + +* update utilities to support fallbacks [#184](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/184) ([06a42de](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/06a42de713cf8ec2dc0405ff064c89330ff67f37)) + ## [5.0.5](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v5.0.4...v5.0.5) (2023-11-10) diff --git a/package.json b/package.json index cc48938..992ee80 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@aurodesignsystem/webcorestylesheets", "description": "Auro core foundation Sass UI Kit", - "version": "5.0.5", + "version": "5.0.6", "author": "Product design and research", "main": "src/", "license": "Apache-2.0",