Skip to content

Commit 0b917fb

Browse files
chore(release): 4.1.3 [skip ci]
## [4.1.3](v4.1.2...v4.1.3) (2025-08-14) ### Bug Fixes * update auro-library to latest version ([d6abd97](d6abd97))
1 parent d6abd97 commit 0b917fb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Semantic Release Automated Changelog
22

3+
## [4.1.3](https://github.com/AlaskaAirlines/auro-skeleton/compare/v4.1.2...v4.1.3) (2025-08-14)
4+
5+
6+
### Bug Fixes
7+
8+
* update auro-library to latest version ([d6abd97](https://github.com/AlaskaAirlines/auro-skeleton/commit/d6abd975cd25eb08d3875bd24c8eae6b9bab2a81))
9+
310
## [4.1.2](https://github.com/AlaskaAirlines/auro-skeleton/compare/v4.1.1...v4.1.2) (2025-08-11)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
102102
```html
103103
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@/dist/auro-classic/CSSCustomProperties.css" />
104104
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@/dist/bundled/essentials.css" />
105-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected].2/dist/auro-skeleton__bundled.js" type="module"></script>
105+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected].3/dist/auro-skeleton__bundled.js" type="module"></script>
106106
```
107107

108108
<!-- AURO-GENERATED-CONTENT:END -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"================================================================================"
88
],
99
"name": "@aurodesignsystem/auro-skeleton",
10-
"version": "4.1.2",
10+
"version": "4.1.3",
1111
"description": "auro-skeleton HTML custom element",
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)