From 0d78a163e9470634069f195464557dfbe9397a7c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Oct 2024 16:12:46 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/AlaskaAirlines/auro-toast/compare/v2.0.1...v2.1.0) (2024-10-24) ### Bug Fixes * remove min-height style ([7cadc5d](https://github.com/AlaskaAirlines/auro-toast/commit/7cadc5d7c5a8669f5c1f34b9dea01e77229f2d89)) ### Features * **api:** add register static method [#49](https://github.com/AlaskaAirlines/auro-toast/issues/49) ([2105fbf](https://github.com/AlaskaAirlines/auro-toast/commit/2105fbf6f181cf1689bd36adeb785d05414701e6)) ### Performance Improvements * update dependency versions ([3762e5d](https://github.com/AlaskaAirlines/auro-toast/commit/3762e5d0e8b87d8308cce1decbf03108c6a3368a)) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d6f24..ab2a7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Semantic Release Automated Changelog +# [2.1.0](https://github.com/AlaskaAirlines/auro-toast/compare/v2.0.1...v2.1.0) (2024-10-24) + + +### Bug Fixes + +* remove min-height style ([7cadc5d](https://github.com/AlaskaAirlines/auro-toast/commit/7cadc5d7c5a8669f5c1f34b9dea01e77229f2d89)) + + +### Features + +* **api:** add register static method [#49](https://github.com/AlaskaAirlines/auro-toast/issues/49) ([2105fbf](https://github.com/AlaskaAirlines/auro-toast/commit/2105fbf6f181cf1689bd36adeb785d05414701e6)) + + +### Performance Improvements + +* update dependency versions ([3762e5d](https://github.com/AlaskaAirlines/auro-toast/commit/3762e5d0e8b87d8308cce1decbf03108c6a3368a)) + ## [2.0.1](https://github.com/AlaskaAirlines/auro-toast/compare/v2.0.0...v2.0.1) (2024-10-09) diff --git a/package.json b/package.json index 4956cda..80ac84d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-toast", - "version": "2.0.1", + "version": "2.1.0", "description": "auro-toast HTML custom element", "repository": { "type": "git",