diff options
author | Matthew Miller <matthew@millerti.me> | 2020-06-03 07:56:45 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-06-03 07:56:45 -0700 |
commit | 607fbc9c63db6de0477eefc23618a717f075d15b (patch) | |
tree | 6da0363e1109582ba7567a6dba6e78fdab280531 /packages/typescript-types | |
parent | c90464ba500536c8cdf5de44b9079dc181bba925 (diff) |
chore(release): publish v0.5.1
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/package-lock.json | 2 | ||||
-rw-r--r-- | packages/typescript-types/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/typescript-types/package-lock.json b/packages/typescript-types/package-lock.json index dd1b3a2..1fe4122 100644 --- a/packages/typescript-types/package-lock.json +++ b/packages/typescript-types/package-lock.json @@ -1,5 +1,5 @@ { "name": "@simplewebauthn/typescript-types", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 1 } diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index 920e2b5..e82a6b9 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "0.5.0", + "version": "0.5.1", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |