From bd17f509058a2f64fddd2fe28e1e92773468561e Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Mon, 18 Jul 2022 23:02:24 -0700 Subject: [PATCH] v2.0.0 Release notes: - Add a `browser-ponyfill` build to match the new API shape from https://github.com/w3c/webauthn/issues/1683 We've been using the ponyfill on github.com for over two weeks without issue at this point! --- 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 ceb312bb..24f709d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@github/webauthn-json", - "version": "2.0.0-alpha4", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@github/webauthn-json", - "version": "2.0.0-alpha4", + "version": "2.0.0", "license": "MIT", "bin": { "webauthn-json": "dist/bin/main.js" diff --git a/package.json b/package.json index 1cc3aef5..a399c196 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@github/webauthn-json", - "version": "2.0.0-alpha4", + "version": "2.0.0", "description": "A wrapper for the webauthn API that adapts input/output values to plain JSON with base64url.", "author": "GitHub, Inc. ", "license": "MIT",