diff options
author | Matthew Miller <matthew@millerti.me> | 2020-07-12 19:37:03 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-07-12 19:37:03 -0700 |
commit | 629ca7955282b76f8dd4acbfaa912db037ff8928 (patch) | |
tree | 81325e45b10c2e982ea925170ffaec0335ccb163 /packages/typescript-types | |
parent | a7f38a9280f244256d39dfa4cd2c02f4b8978916 (diff) |
chore(release): publish v0.7.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 d90345c..a4e6409 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.6.0", + "version": "0.7.0", "lockfileVersion": 1 } diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index c7a0ea3..385e009 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "0.6.0", + "version": "0.7.0", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |