Skip to content

Commit

Permalink
chore: release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonEck committed Jun 3, 2022
1 parent 431e66b commit 94537f8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.3

- fix: don't rely on constructor.name since it isn't stable when minified

## 0.1.2

- fix: only manipulate options and ignore other children
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
```html
<script
type="module"
src="https://unpkg.com/eck-autocomplete@0.1.2/min/eck-autocomplete.js"
src="https://unpkg.com/eck-autocomplete@0.1.3/min/eck-autocomplete.js"
></script>
```

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eck-autocomplete",
"version": "0.1.2",
"version": "0.1.3",
"description": "Autocomplete web component. Suggests options for an input.",
"author": "Leon Eck",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion showcase/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
```html
<script
type="module"
src="https://unpkg.com/eck-autocomplete@0.1.2/min/eck-autocomplete.js"
src="https://unpkg.com/eck-autocomplete@0.1.3/min/eck-autocomplete.js"
></script>
```

Expand Down

0 comments on commit 94537f8

Please sign in to comment.