diff options
author | Matthew Miller <matthew@millerti.me> | 2020-12-09 20:48:32 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-12-09 20:48:32 -0800 |
commit | 1696ddee5c5048e634b5598638677b899226a153 (patch) | |
tree | fa5bf0faa61815a8ad3fbcd962c668f463efc2fb /packages/typescript-types | |
parent | 58369389fa1de782d7e3764a9844124c9fcf12eb (diff) |
chore(release): publish v0.10.5
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 4688b8c..ad203ab 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "0.10.4", + "version": "0.10.5", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |