From cf3ae3ef1debfa3b0735b29a3b916d8755df9600 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Oct 2024 20:12:54 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] # [3.1.0](https://github.com/AlaskaAirlines/auro-table/compare/v3.0.1...v3.1.0) (2024-10-21) ### Features * **api:** add register static method [#92](https://github.com/AlaskaAirlines/auro-table/issues/92) ([96d0069](https://github.com/AlaskaAirlines/auro-table/commit/96d00699534ebd2fbc4043dd2e3b0445c74653db)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae3fd3..6781ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +# [3.1.0](https://github.com/AlaskaAirlines/auro-table/compare/v3.0.1...v3.1.0) (2024-10-21) + + +### Features + +* **api:** add register static method [#92](https://github.com/AlaskaAirlines/auro-table/issues/92) ([96d0069](https://github.com/AlaskaAirlines/auro-table/commit/96d00699534ebd2fbc4043dd2e3b0445c74653db)) + ## [3.0.1](https://github.com/AlaskaAirlines/auro-table/compare/v3.0.0...v3.0.1) (2024-10-09) diff --git a/README.md b/README.md index b1ef6cc..6cfb855 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,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 6e0d098..e6c5f53 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-table", - "version": "3.0.1", + "version": "3.1.0", "description": "auro-table HTML custom element", "repository": { "type": "git",