Skip to content

Commit

Permalink
chore(release): publish v8.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Oct 27, 2023
1 parent 4f68488 commit 9d000d1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.3.3",
"version": "8.3.4",
"npmClient": "pnpm",
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/browser",
"version": "8.3.3",
"version": "8.3.4",
"description": "SimpleWebAuthn for Browsers",
"main": "dist/bundle/index.js",
"unpkg": "dist/bundle/index.umd.min.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/server",
"version": "8.3.3",
"version": "8.3.4",
"description": "Lerna/npm wrapper around Deno for @simplewebauthn/server",
"scripts": {
"build": "deno task build",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/typescript-types",
"version": "8.3.3",
"version": "8.3.4",
"description": "Lerna/npm wrapper around Deno for @simplewebauthn/typescript-types",
"scripts": {
"build": "deno task build",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 9d000d1

Please sign in to comment.