Skip to content

Commit 15d93c2

Browse files
chore(release): 2.1.3 [skip ci]
## [2.1.3](v2.1.2...v2.1.3) (2024-02-13) ### Performance Improvements * update deps and add ESM support badge ([17e6439](17e6439))
1 parent 17e6439 commit 15d93c2

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+
## [2.1.3](https://github.com/AlaskaAirlines/auro-skeleton/compare/v2.1.2...v2.1.3) (2024-02-13)
4+
5+
6+
### Performance Improvements
7+
8+
* update deps and add ESM support badge ([17e6439](https://github.com/AlaskaAirlines/auro-skeleton/commit/17e64399cde80ac8183cb3da054b29b3acbb324f))
9+
310
## [2.1.2](https://github.com/AlaskaAirlines/auro-skeleton/compare/v2.1.1...v2.1.2) (2024-01-31)
411

512

README.md

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

117117
<!-- 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": "2.1.2",
10+
"version": "2.1.3",
1111
"description": "auro-skeleton HTML custom element",
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)