Skip to content

Commit 5b3422b

Browse files
committed
Publish v12.0.0
1 parent 79983d8 commit 5b3422b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/browser/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplewebauthn/browser",
3-
"version": "11.0.0-alpha3",
3+
"version": "12.0.0",
44
"exports": "./src/index.ts",
55
"tasks": {
66
"build": "deno task test && deno run -A build_npm.ts",

packages/server/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplewebauthn/server",
3-
"version": "11.0.0-alpha3",
3+
"version": "12.0.0",
44
"exports": {
55
".": "./src/index.ts",
66
"./helpers": "./src/helpers/index.ts"

packages/types/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplewebauthn/types",
3-
"version": "11.0.0-alpha3",
3+
"version": "12.0.0",
44
"exports": "./src/index.ts",
55
"tasks": {
66
"build": "deno run -A build_npm.ts",

0 commit comments

Comments
 (0)