From 5e090906310563a5f3c09a84bf938625b89a3ad0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Feb 2024 22:13:48 +0000 Subject: [PATCH] chore(release): 3.0.3 [skip ci] ## [3.0.3](https://github.com/AlaskaAirlines/auro-lockup/compare/v3.0.2...v3.0.3) (2024-02-11) ### Performance Improvements * update to support ESM development ([40f0924](https://github.com/AlaskaAirlines/auro-lockup/commit/40f0924d81b927a981b09fab90ea419396881281)) --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1ce31d..7820d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [3.0.3](https://github.com/AlaskaAirlines/auro-lockup/compare/v3.0.2...v3.0.3) (2024-02-11) + + +### Performance Improvements + +* update to support ESM development ([40f0924](https://github.com/AlaskaAirlines/auro-lockup/commit/40f0924d81b927a981b09fab90ea419396881281)) + ## [3.0.2](https://github.com/AlaskaAirlines/auro-lockup/compare/v3.0.1...v3.0.2) (2024-01-31) diff --git a/README.md b/README.md index 663c4e7..932e1e9 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,8 @@ 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 97f4464..2d1dc83 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-lockup", - "version": "3.0.2", + "version": "3.0.3", "description": "auro-lockup HTML custom element", "repository": { "type": "git",