diff --git a/CHANGELOG.md b/CHANGELOG.md index 444ed9d..b5c4576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [3.1.3](https://github.com/AlaskaAirlines/auro-table/compare/v3.1.2...v3.1.3) (2024-11-01) + + +### Performance Improvements + +* refactor how we render the table rows ([c11249e](https://github.com/AlaskaAirlines/auro-table/commit/c11249e58265ae84ed3b6284756238cd17a2b301)) + ## [3.1.2](https://github.com/AlaskaAirlines/auro-table/compare/v3.1.1...v3.1.2) (2024-11-01) diff --git a/README.md b/README.md index 8548d4b..db934d2 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 a1b3e14..25468be 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-table", - "version": "3.1.2", + "version": "3.1.3", "description": "auro-table HTML custom element", "repository": { "type": "git",