Skip to content

Commit cf15df1

Browse files
v3.4.6
1 parent bfd1a74 commit cf15df1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [v3.4.6](https://github.com/nhabuiduc/react-filter-box/compare/v3.4.5...v3.4.6) (2022-09-09)
2+
3+
### :rocket: New Feature
4+
5+
* add CODEOWNERS file ([486e01c](https://github.com/nhabuiduc/react-filter-box/commit/486e01caf98319eb6e004ff6e3332b8f0c78f9a5))
6+
7+
### :bug: Bug Fix
8+
9+
* allow spaces when validating searchable content ([#13](https://github.com/nhabuiduc/react-filter-box/issues/13)) ([bfd1a74](https://github.com/nhabuiduc/react-filter-box/commit/bfd1a743dacb51653f6a7f9453920e2ae42ab51c))
10+
* remove suggestion of paranthesis ([#12](https://github.com/nhabuiduc/react-filter-box/issues/12)) ([e927a39](https://github.com/nhabuiduc/react-filter-box/commit/e927a39e46f95959688fb6846779f66fb671c491))
111
## [v3.4.5](https://github.com/nhabuiduc/react-filter-box/compare/v3.4.4...v3.4.5) (2022-07-25)
212

313
### :house: Internal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waylay/react-filter-box",
3-
"version": "3.4.5",
3+
"version": "3.4.6",
44
"description": "Conditional filter supports OR/AND, bracket, Highlighting, Autocomplete, and high extensibility ",
55
"scripts": {
66
"start": "node server.js",

0 commit comments

Comments
 (0)