diff options
author | Matthew Miller <matthew@millerti.me> | 2022-05-18 16:56:16 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-05-18 16:56:16 -0700 |
commit | 7a51b18bd724795f8f891207dda3fd8f04b915e9 (patch) | |
tree | c8ec5897f6da0dd9cf3bf49a048c333bab3edc40 /packages/typescript-types | |
parent | 7fdfad13d33a63b13f04c8afe264d4c69c381b14 (diff) |
chore(release): publish v5.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 b8a0a1b..f11464d 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "5.2.0", + "version": "5.2.1", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |