diff --git a/package-lock.json b/package-lock.json index 18f508b..0fc7c7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webpack-assets-manifest", - "version": "5.0.6", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "webpack-assets-manifest", - "version": "5.0.6", + "version": "5.1.0", "license": "MIT", "dependencies": { "chalk": "^4.0", diff --git a/package.json b/package.json index 7126645..fc71e7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-assets-manifest", - "version": "5.0.6", + "version": "5.1.0", "description": "This Webpack plugin will generate a JSON file that matches the original filename with the hashed version.", "license": "MIT", "repository": {