Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
Release notes:
- 96f9115 Provide a way to access and modify the schemas used by `webauthn-json`.
- 96f9115 Add a binary that can print the current schema (`npx @github/webauthn-json schema`).
- 883da05d Add a `supported()` function to query for WebAuthn support.
  • Loading branch information
lgarron committed Aug 9, 2019
1 parent 7c116d2 commit 5a2c0a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@github/webauthn-json",
"version": "0.2.0",
"version": "0.3.0",
"description": "A wrapper for the webauthn API that adapts input/output values to plain JSON with base64url.",
"author": "GitHub, Inc. <opensource+webauthn-json@github.com>",
"license": "MIT",
Expand Down

0 comments on commit 5a2c0a7

Please sign in to comment.