diff --git a/package-lock.json b/package-lock.json index 90324fb..51c634f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terser-glob", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "terser-glob", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "glob": "^11.0.0", diff --git a/package.json b/package.json index f5e39a2..2e104d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terser-glob", - "version": "1.0.0", + "version": "1.1.0", "description": "A CLI module that allows you to work with multiple files at once using the glob pattern in the terser cli.", "type": "module", "types": "dist/index.d.ts",