Skip to content

Commit

Permalink
chore(release): 2.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.4](v2.1.3...v2.1.4) (2024-11-05)

### Bug Fixes

* restore nomatch opton behavior [#120](#120) ([706ba3b](706ba3b))

### Performance Improvements

* improve rollup config ([f37042c](f37042c))
* update dependencies ([96a3650](96a3650))
* update dependencies ([f7925c3](f7925c3))
  • Loading branch information
semantic-release-bot committed Nov 5, 2024
1 parent 96a3650 commit 771b3a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Semantic Release Automated Changelog

## [2.1.4](https://github.com/AlaskaAirlines/auro-combobox/compare/v2.1.3...v2.1.4) (2024-11-05)


### Bug Fixes

* restore nomatch opton behavior [#120](https://github.com/AlaskaAirlines/auro-combobox/issues/120) ([706ba3b](https://github.com/AlaskaAirlines/auro-combobox/commit/706ba3b71299fb32a696aac3af2f95944008f362))


### Performance Improvements

* improve rollup config ([f37042c](https://github.com/AlaskaAirlines/auro-combobox/commit/f37042c95401007c6cc4e4306069a71ad83d495e))
* update dependencies ([96a3650](https://github.com/AlaskaAirlines/auro-combobox/commit/96a365070c0478e5ac011428bf92c20ca3008139))
* update dependencies ([f7925c3](https://github.com/AlaskaAirlines/auro-combobox/commit/f7925c3cb1d1aac5c2b49a60647e51d2929f9fac))

## [2.1.3](https://github.com/AlaskaAirlines/auro-combobox/compare/v2.1.2...v2.1.3) (2024-10-31)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.9.2/dist/tokens/CSSCustomProperties.css" />
<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-combobox@2.1.3/dist/auro-combobox__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-combobox@2.1.4/dist/auro-combobox__bundled.js" type="module"></script>
```

<!-- AURO-GENERATED-CONTENT:END -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"================================================================================"
],
"name": "@aurodesignsystem/auro-combobox",
"version": "2.1.3",
"version": "2.1.4",
"description": "auro-combobox HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 771b3a3

Please sign in to comment.