diff options
author | Matthew Miller <matthew@millerti.me> | 2022-09-28 21:50:28 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-09-28 21:50:28 -0700 |
commit | f560ccb3b2a3b5d792ae7a3790949e174a7da253 (patch) | |
tree | 0e5540c64c20e781103909782949577237227523 /packages/typescript-types | |
parent | e819e8f1002fee6e738435e0e20f358906d19f99 (diff) |
chore(release): publish v6.2.1
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 99cce45..c86eeb5 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "6.0.0", + "version": "6.2.1", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |