diff --git a/package-lock.json b/package-lock.json index b01cb10..fc38f08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "pvtsutils", - "version": "1.1.7", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.1.7", + "version": "1.2.0", "license": "MIT", "dependencies": { "tslib": "^2.2.0" diff --git a/package.json b/package.json index a47ceec..10d6c2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pvtsutils", - "version": "1.1.7", + "version": "1.2.0", "description": "pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.", "main": "build/index.js", "module": "build/index.es.js",