diff options
author | Matthew Miller <matthew@millerti.me> | 2020-07-13 16:35:20 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-07-13 16:35:20 -0700 |
commit | 38e066124cc371b2dd40e448ff42cb27a2f8ce4d (patch) | |
tree | b4ffc9f9d9877bca4362b68c5e3fba878323ba21 /packages/typescript-types | |
parent | d955d961e5f9fdfcac57dd63757c388c5f47cc10 (diff) |
chore(release): publish v0.7.1-alpha.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 a4e6409..3e556ad 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.7.0", + "version": "0.7.1-alpha.0", "lockfileVersion": 1 } diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index 44db2f3..4dd1086 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "0.7.0", + "version": "0.7.1-alpha.0", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |