Skip to content

Commit 2b3c48e

Browse files
chore(release): 10.7.1 [skip ci]
## [10.7.1](v10.7.0...v10.7.1) (2025-09-09) ### Bug Fixes * fatal error when text is undefined ([#204](#204)) ([efeb5df](efeb5df))
1 parent efeb5df commit 2b3c48e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [10.7.1](https://github.com/neovici/cosmoz-autocomplete/compare/v10.7.0...v10.7.1) (2025-09-09)
2+
3+
### Bug Fixes
4+
5+
* fatal error when text is undefined ([#204](https://github.com/neovici/cosmoz-autocomplete/issues/204)) ([efeb5df](https://github.com/neovici/cosmoz-autocomplete/commit/efeb5dff206d437bc61a7b9df8ba023b0d863f72))
6+
17
## [10.7.0](https://github.com/neovici/cosmoz-autocomplete/compare/v10.6.1...v10.7.0) (2025-09-05)
28

39
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neovici/cosmoz-autocomplete",
3-
"version": "10.7.0",
3+
"version": "10.7.1",
44
"description": "A autocomplete input web component",
55
"keywords": [
66
"lit-html",

0 commit comments

Comments
 (0)