From 175d49e12c1a30f1fb339fc7a91443fcea0c0344 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Mon, 30 Jan 2023 18:31:39 -0800 Subject: [PATCH] v2.1.1 Release notes: - Remove an extra (inaccurate) `authenticatorAttachment` field from `AuthenticatorAttestationResponseJSON`. --- 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 3fb6cd76..09f3c6a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@github/webauthn-json", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@github/webauthn-json", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "bin": { "webauthn-json": "dist/bin/main.js" diff --git a/package.json b/package.json index 8f51c8fd..ad17f5c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@github/webauthn-json", - "version": "2.1.0", + "version": "2.1.1", "description": "A wrapper for the webauthn API that adapts input/output values to plain JSON with base64url.", "author": "GitHub, Inc. ", "license": "MIT",