Skip to content

Commit 00e5cff

Browse files
chore(release): 13.0.1 [skip ci]
## [13.0.1](v13.0.0...v13.0.1) (2026-02-19) ### Bug Fixes * add guard directive to prevent unnecessary re-renders ([#227](#227)) ([250cb0d](250cb0d))
1 parent 250cb0d commit 00e5cff

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+
## [13.0.1](https://github.com/Neovici/cosmoz-autocomplete/compare/v13.0.0...v13.0.1) (2026-02-19)
2+
3+
### Bug Fixes
4+
5+
* add guard directive to prevent unnecessary re-renders ([#227](https://github.com/Neovici/cosmoz-autocomplete/issues/227)) ([250cb0d](https://github.com/Neovici/cosmoz-autocomplete/commit/250cb0d55ee37984abf0193cfe51efae23dd7c55))
6+
17
## [13.0.0](https://github.com/Neovici/cosmoz-autocomplete/compare/v12.0.0...v13.0.0) (2026-02-17)
28

39
### ⚠ BREAKING CHANGES

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": "13.0.0",
3+
"version": "13.0.1",
44
"type": "module",
55
"description": "A autocomplete input web component",
66
"keywords": [

0 commit comments

Comments
 (0)