From a8e70e7c0b02cf8cc45b1e0bdd7708eeef9c4464 Mon Sep 17 00:00:00 2001 From: leejooy96 Date: Thu, 5 Dec 2024 09:49:30 +0900 Subject: [PATCH] package: bump version to `1.1.0` --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",