Skip to content

Commit

Permalink
chore: release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Apr 16, 2024
1 parent 450bb0a commit a6e71b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dumbjs/quick-hash",
"version": "0.0.3",
"version": "0.0.4",
"description": "Quick non-cryptographic hash functions for strings",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -46,7 +46,7 @@
"src"
],
"scripts": {
"prepare":"wrap2",
"prepare": "wrap2",
"next": "bumpp",
"test": "uvu",
"fix": "eslint --fix .; prettier --write .",
Expand Down

0 comments on commit a6e71b1

Please sign in to comment.