mirror of
https://github.com/krisk/Fuse.git
synced 2026-02-01 17:21:26 +00:00
Perf optimizations on nested array
This commit is contained in:
parent
9028f17a09
commit
56650b0636
@ -1,3 +1,7 @@
|
||||
# Version 4.1.0-beta
|
||||
|
||||
- Perf optimization on nested array search
|
||||
|
||||
# Version 4.0.4-beta
|
||||
|
||||
- Re-added license information
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
"email": "kirollos@gmail.com",
|
||||
"url": "http://kiro.me"
|
||||
},
|
||||
"version": "4.0.4-beta",
|
||||
"version": "4.1.0-beta",
|
||||
"description": "Lightweight fuzzy-search",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@ -32,8 +32,6 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||
git tag -a v$version -m "Version $version"
|
||||
git push origin master
|
||||
git push --tags
|
||||
|
||||
npm publish
|
||||
else
|
||||
echo -e "\033[0;31mCancelling...\033[0m"
|
||||
fi
|
||||
fi
|
||||
Loading…
x
Reference in New Issue
Block a user