@aurodesignsystem/auro-avatar
Advanced tools
Comparing version 5.3.0 to 5.3.1
# Semantic Release Automated Changelog | ||
## [5.3.1](https://github.com/AlaskaAirlines/auro-avatar/compare/v5.3.0...v5.3.1) (2024-12-20) | ||
### Performance Improvements | ||
* update node to version 22 ([363c769](https://github.com/AlaskaAirlines/auro-avatar/commit/363c769735ad3b5dc00e7c8e51c1dddcf89fa9a4)) | ||
# [5.3.0](https://github.com/AlaskaAirlines/auro-avatar/compare/v5.2.0...v5.3.0) (2024-11-15) | ||
@@ -4,0 +11,0 @@ |
@@ -10,3 +10,3 @@ { | ||
"name": "@aurodesignsystem/auro-avatar", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "auro-avatar HTML custom element", | ||
@@ -21,3 +21,3 @@ "repository": { | ||
"engines": { | ||
"node": "^18.x || ^20.x " | ||
"node": "^20.x || ^22.x " | ||
}, | ||
@@ -24,0 +24,0 @@ "dependencies": { |
@@ -99,3 +99,3 @@ <!-- | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" /> | ||
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-avatar@5.3.0/dist/auro-avatar__bundled.js" type="module"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-avatar@5.3.1/dist/auro-avatar__bundled.js" type="module"></script> | ||
``` | ||
@@ -102,0 +102,0 @@ |
247266