Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit bd42509

Browse files
chore: version packages (#6)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 11f84a8 commit bd42509

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

.changeset/lucky-beans-bow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yellow-buckets-suffer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# webauthn-p256
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [`11f84a8`](https://github.com/wevm/webauthn-p256/commit/11f84a821b241672fe83d2b464afca4be84b6bfc) Thanks [@jxom](https://github.com/jxom)! - Added `attestation` + `authenticatorSelection` as parameters to `createCredential`.
8+
9+
- [`11f84a8`](https://github.com/wevm/webauthn-p256/commit/11f84a821b241672fe83d2b464afca4be84b6bfc) Thanks [@jxom](https://github.com/jxom)! - Added `raw` (full credential response) to the return value of `createCredential`.
10+
311
## 0.0.4
412

513
### Patch Changes

src/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webauthn-p256",
33
"description": "P256 signature utilities for WebAuthn",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"type": "module",
66
"main": "./_cjs/index.js",
77
"module": "./_esm/index.js",
@@ -22,7 +22,10 @@
2222
"license": "MIT",
2323
"homepage": "https://wevm.dev",
2424
"repository": "wevm/webauthn-p256",
25-
"authors": ["awkweb", "jxom"],
25+
"authors": [
26+
"awkweb",
27+
"jxom"
28+
],
2629
"funding": [
2730
{
2831
"type": "github",

0 commit comments

Comments
 (0)