From d1652b07c993b388c8aefaa7ebe5fb5e3f5eba4b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 Jan 2024 00:42:50 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/AlaskaAirlines/auro-table/compare/v2.0.1...v2.1.0) (2024-01-21) ### Features * add suport for SSR projects [#76](https://github.com/AlaskaAirlines/auro-table/issues/76) ([51946fe](https://github.com/AlaskaAirlines/auro-table/commit/51946fe3f51ff73161e1f05c8e324a8df2797b3a)) ### Performance Improvements * update to support node policy ([714e168](https://github.com/AlaskaAirlines/auro-table/commit/714e168186d0b77bc006c767a5a75dbc4efb1721)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb7309e..9043cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Semantic Release Automated Changelog +# [2.1.0](https://github.com/AlaskaAirlines/auro-table/compare/v2.0.1...v2.1.0) (2024-01-21) + + +### Features + +* add suport for SSR projects [#76](https://github.com/AlaskaAirlines/auro-table/issues/76) ([51946fe](https://github.com/AlaskaAirlines/auro-table/commit/51946fe3f51ff73161e1f05c8e324a8df2797b3a)) + + +### Performance Improvements + +* update to support node policy ([714e168](https://github.com/AlaskaAirlines/auro-table/commit/714e168186d0b77bc006c767a5a75dbc4efb1721)) + ## [2.0.1](https://github.com/AlaskaAirlines/auro-table/compare/v2.0.0...v2.0.1) (2023-11-13) diff --git a/package.json b/package.json index 12a6cdb..a8c73d6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-table", - "version": "2.0.1", + "version": "2.1.0", "description": "auro-table HTML custom element", "repository": { "type": "git",