diff options
author | Matthew Miller <matthew@millerti.me> | 2023-10-27 21:08:46 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-10-27 21:08:46 -0700 |
commit | 5229cebbcc2d087b7eaaaeb9886f53c9e1d93522 (patch) | |
tree | 133ba2f76e42f562686639bf2f9a0690cef3e731 | |
parent | b7e99289c332aca01e5904b5fcbbdd5ad9d0b313 (diff) |
chore(release): publish v8.3.5
-rw-r--r-- | lerna.json | 2 | ||||
-rw-r--r-- | packages/server/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ { - "version": "8.3.4", + "version": "8.3.5", "npmClient": "pnpm", "command": { "publish": { diff --git a/packages/server/package.json b/packages/server/package.json index 4f74315..4a1f223 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/server", - "version": "8.3.4", + "version": "8.3.5", "description": "Lerna/npm wrapper around Deno for @simplewebauthn/server", "scripts": { "build": "deno task build", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 715eafe..aab2f19 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -97,7 +97,7 @@ importers: specifier: ^2.3.6 version: 2.3.6 '@simplewebauthn/typescript-types': - specifier: ^8.3.3 + specifier: ^8.3.4 version: link:../../typescript-types/npm cbor-x: specifier: ^1.5.2 |