diff options
author | Matthew Miller <matthew@millerti.me> | 2020-12-01 15:32:14 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-12-01 15:32:14 -0800 |
commit | 9a360ddfe82a5dbe1bc2201aeb68139a95612b5e (patch) | |
tree | 98d0912df6ac3dcc77e8793af54bdea5b895f39b /packages/typescript-types | |
parent | ff6c12a11b4add94fd9a81ab4b0200a50afa76db (diff) |
chore(release): publish v0.10.4
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 a05db68..4688b8c 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "0.10.0", + "version": "0.10.4", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |