From bcd3ab47f2a7ad0c7d9f3dbb5c1a6d09e7708fba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Oct 2024 21:09:56 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/AlaskaAirlines/auro-datetime/compare/v2.1.4...v2.2.0) (2024-10-02) ### Features * add tag name as attribute when custom registered ([42b9b6a](https://github.com/AlaskaAirlines/auro-datetime/commit/42b9b6aa855dc461f98c6ce3f2f8a8e1a88a4de5)) ### Performance Improvements * refactor custom component registration config ([f984902](https://github.com/AlaskaAirlines/auro-datetime/commit/f98490262de6c73ac163a599f3baacb6612ee9a3)) * remove github label colors ([5ae8365](https://github.com/AlaskaAirlines/auro-datetime/commit/5ae83656399fef5be1703ad93b00b5e1cdc78c07)) * update dependencies and lint config ([876405d](https://github.com/AlaskaAirlines/auro-datetime/commit/876405d4804e24457561f5d259253a8ca084222a)) --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78d3d57..d604301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Semantic Release Automated Changelog +# [2.2.0](https://github.com/AlaskaAirlines/auro-datetime/compare/v2.1.4...v2.2.0) (2024-10-02) + + +### Features + +* add tag name as attribute when custom registered ([42b9b6a](https://github.com/AlaskaAirlines/auro-datetime/commit/42b9b6aa855dc461f98c6ce3f2f8a8e1a88a4de5)) + + +### Performance Improvements + +* refactor custom component registration config ([f984902](https://github.com/AlaskaAirlines/auro-datetime/commit/f98490262de6c73ac163a599f3baacb6612ee9a3)) +* remove github label colors ([5ae8365](https://github.com/AlaskaAirlines/auro-datetime/commit/5ae83656399fef5be1703ad93b00b5e1cdc78c07)) +* update dependencies and lint config ([876405d](https://github.com/AlaskaAirlines/auro-datetime/commit/876405d4804e24457561f5d259253a8ca084222a)) + ## [2.1.4](https://github.com/AlaskaAirlines/auro-datetime/compare/v2.1.3...v2.1.4) (2024-02-20) diff --git a/README.md b/README.md index 127cc37..94738f6 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ In cases where the project is not able to process JS assets, there are pre-proce ```html - + ``` diff --git a/package.json b/package.json index 6f91eee..4b15678 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-datetime", - "version": "2.1.4", + "version": "2.2.0", "description": "auro-datetime HTML custom element", "repository": { "type": "git",