diff options
author | Matthew Miller <matthew@millerti.me> | 2020-06-07 15:12:06 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-06-07 15:12:06 -0700 |
commit | 2180c772f4aa6de6d977710bf965edfaa1cf6737 (patch) | |
tree | 22ed95f1bf57ab7e230f090d653b5aada2b57fe8 /packages/typescript-types | |
parent | 992a56a10fab7f651a936bcc65642664b9cd86bc (diff) |
chore(release): publish v0.6.0
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 1fe4122..d90345c 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.1", + "version": "0.6.0", "lockfileVersion": 1 } diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index e82a6b9..c7a0ea3 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "0.5.1", + "version": "0.6.0", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |