diff --git a/package-lock.json b/package-lock.json index b0cbbd7..916feed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "csp-html-webpack-plugin", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ef4f131..d975395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csp-html-webpack-plugin", - "version": "2.1.0", + "version": "2.2.0", "description": "A plugin which, when combined with HTMLWebpackPlugin, adds CSP tags to the HTML output", "main": "plugin.js", "scripts": {