diff --git a/package-lock.json b/package-lock.json index e8c1c0f..48750eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "asset-hash", - "version": "4.0.6", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "asset-hash", - "version": "4.0.6", + "version": "4.1.0", "license": "Apache-2.0", "dependencies": { "core-js": "^3.21.1", diff --git a/package.json b/package.json index 1777feb..33edc1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asset-hash", - "version": "4.0.6", + "version": "4.1.0", "description": "Very fast asset hashing function for using e.g. during front-end deployments.", "main": "lib/index.cjs.js", "module": "lib/index.esm.js",