Perf optimizations on nested array

This commit is contained in:
Kirollos Risk 2020-03-12 12:55:34 -07:00
parent 9028f17a09
commit 56650b0636
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,7 @@
# Version 4.1.0-beta
- Perf optimization on nested array search
# Version 4.0.4-beta
- Re-added license information

View File

@ -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": {

View File

@ -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