diff --git a/package-lock.json b/package-lock.json index ea3f4ca..df28a00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts-xor", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ts-xor", - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "devDependencies": { "publint": "^0.2.2", diff --git a/package.json b/package.json index ff5c27a..aa61604 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-xor", - "version": "1.1.1", + "version": "1.2.0", "description": "Compose custom types containing mutually exclusive keys, using this generic Typescript helper type.", "main": "./dist/index.js", "module": "./dist/index.mjs",