diff options
author | Matthew Miller <matthew@millerti.me> | 2023-08-20 19:58:40 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-08-20 19:58:40 -0700 |
commit | 6a80f97742aef437b7294e456aff0b33b4f8d733 (patch) | |
tree | 8eac38f4670b6abc94d31ce916dafb0cb7f24123 /packages/typescript-types | |
parent | 32b2ce05534ba87edc5db08f6807857e34072185 (diff) |
chore(release): publish v8.0.0-alpha.0
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index cfea69d..9b23168 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "7.4.0", + "version": "8.0.0-alpha.0", "description": "Lerna/npm wrapper around Deno for @simplewebauthn/typescript-types", "scripts": { "build": "npm run extract-dom-types && deno task build", |