diff options
author | Matthew Miller <matthew@millerti.me> | 2020-08-11 22:34:51 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-08-11 22:34:51 -0700 |
commit | 3a9bff568b6d818f7790536dc9b392b28b2113c1 (patch) | |
tree | 375b57efa5fb96301c97659be7585a9be2a901b9 /packages/typescript-types | |
parent | 4db87f7d1eb74a87dd5ad8667694fd5dd6f3c533 (diff) |
chore(release): publish v0.8.2
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 a4c4a4f..38165de 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.8.0", + "version": "0.8.2", "lockfileVersion": 1 } diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index c1ce9bb..a791fc2 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "0.8.0", + "version": "0.8.2", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |