From 13223cd89eb4ebb84d86ed18ddca21819e9a1494 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Jul 2023 19:35:05 +0000 Subject: [PATCH] chore(release): 4.6.1 [skip ci] ## [4.6.1](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.6.0...v4.6.1) (2023-07-11) ### Performance Improvements * **auroElement:** update to reference Lit [#161](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/161) ([d2bbc7c](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/d2bbc7c8e3ea1ce86518b6c8152a8255608b72a3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5cf52a..6bb0ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [4.6.1](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.6.0...v4.6.1) (2023-07-11) + + +### Performance Improvements + +* **auroElement:** update to reference Lit [#161](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/161) ([d2bbc7c](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/d2bbc7c8e3ea1ce86518b6c8152a8255608b72a3)) + # [4.6.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.5.0...v4.6.0) (2023-06-12) diff --git a/package.json b/package.json index 063b8e3..a628791 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@aurodesignsystem/webcorestylesheets", "description": "Auro core foundation Sass UI Kit", - "version": "4.6.0", + "version": "4.6.1", "author": "Product design and research", "main": "src/", "license": "Apache-2.0",