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

Commit 7b72669

Browse files
chore: version packages (#16)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1681b37 commit 7b72669

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.changeset/honest-dancers-clean.md

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

src/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- [`1681b37`](https://github.com/wevm/webauthn-p256/commit/1681b3780b780a98acc49880783a20e2cdc62bdd) Thanks [@jxom](https://github.com/jxom)! - Fixed prf type.
8+
39
## 0.0.7
410

511
### 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.7",
4+
"version": "0.0.8",
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)