Skip to content

Commit

Permalink
chore: cl, version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamberecz committed Oct 16, 2023
1 parent 62ed5a0 commit ea661fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
## v2.6.5

> `2023-10-16`
### 🐞 Bug Fixes
- Type fixes.

## v2.6.4

> `2023-10-14`
>
### 🐞 Bug Fixes
- Type fixes.

Expand Down
2 changes: 1 addition & 1 deletion src/Multiselect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ interface MultiselectProps {
locale?: string;
fallbackLocale?: string;
searchFilter?: Function;
allowAbsent?: object;
allowAbsent?: boolean;
appendToBody?: boolean;
closeOnScroll?: boolean;
breakTags?: boolean;
Expand Down

0 comments on commit ea661fa

Please sign in to comment.