diff --git a/package-lock.json b/package-lock.json index a87d3db1..3fb6cd76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@github/webauthn-json", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@github/webauthn-json", - "version": "2.0.2", + "version": "2.1.0", "license": "MIT", "bin": { "webauthn-json": "dist/bin/main.js" diff --git a/package.json b/package.json index 3eff8c38..8f51c8fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@github/webauthn-json", - "version": "2.0.2", + "version": "2.1.0", "description": "A wrapper for the webauthn API that adapts input/output values to plain JSON with base64url.", "author": "GitHub, Inc. ", "license": "MIT",