From e13c63e0476dcea87f39281fd3489d41f83559e8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 28 Jul 2024 15:21:54 +0000 Subject: [PATCH] chore(release): 2.6.0-beta.1 [skip ci] # [2.6.0-beta.1](https://github.com/AlaskaAirlines/auro-badge/compare/v2.5.1-beta.1...v2.6.0-beta.1) (2024-07-28) ### Features * testing release process ([6d41b1b](https://github.com/AlaskaAirlines/auro-badge/commit/6d41b1b5727f9893fb638c3cdf4725e5207be74d)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 8 ++++++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acea8b4..f6051f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +# [2.6.0-beta.1](https://github.com/AlaskaAirlines/auro-badge/compare/v2.5.1-beta.1...v2.6.0-beta.1) (2024-07-28) + + +### Features + +* testing release process ([6d41b1b](https://github.com/AlaskaAirlines/auro-badge/commit/6d41b1b5727f9893fb638c3cdf4725e5207be74d)) + ## [2.5.1-beta.1](https://github.com/AlaskaAirlines/auro-badge/compare/v2.5.0...v2.5.1-beta.1) (2024-07-27) diff --git a/README.md b/README.md index 64cb887..7c6db78 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,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 cc85999..3861f30 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-badge", - "version": "2.5.1-beta.1", + "version": "2.6.0-beta.1", "description": "Auro custom auro-badge element", "author": "Product design and research", "engines": { @@ -157,7 +157,11 @@ "@commitlint/config-conventional" ], "rules": { - "footer-max-line-length": [1, "always", 100] + "footer-max-line-length": [ + 1, + "always", + 100 + ] } }, "publishConfig": {