Skip to content

Commit

Permalink
Publish v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Nov 25, 2024
1 parent 79983d8 commit 5b3422b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/browser/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/browser",
"version": "11.0.0-alpha3",
"version": "12.0.0",
"exports": "./src/index.ts",
"tasks": {
"build": "deno task test && deno run -A build_npm.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/server",
"version": "11.0.0-alpha3",
"version": "12.0.0",
"exports": {
".": "./src/index.ts",
"./helpers": "./src/helpers/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/types",
"version": "11.0.0-alpha3",
"version": "12.0.0",
"exports": "./src/index.ts",
"tasks": {
"build": "deno run -A build_npm.ts",
Expand Down

0 comments on commit 5b3422b

Please sign in to comment.