diff --git a/package-lock.json b/package-lock.json index d2291c0..fa9dce2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hash-wasm", - "version": "4.4.1", + "version": "4.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5df923a..b4a59b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hash-wasm", - "version": "4.4.1", + "version": "4.5.0", "description": "Lightning fast hash functions for browsers and Node.js using hand-tuned WebAssembly binaries (MD4, MD5, SHA-1, SHA-2, SHA-3, Keccak, BLAKE2, BLAKE3, PBKDF2, Argon2, bcrypt, scrypt, CRC32, RIPEMD-160, HMAC, xxHash, SM3, Whirlpool)", "main": "dist/index.umd.js", "module": "dist/index.esm.js",