diff options
author | Matthew Miller <matthew@millerti.me> | 2020-09-09 23:12:09 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-09-09 23:12:09 -0700 |
commit | c6c147f1a4dbbe21d643e02775a5b2e6957689c9 (patch) | |
tree | d4f2b06d9b3930d6f82ee8e8cb8f3a1906ff4ae4 /packages/typescript-types | |
parent | 1375d1da961dcd6f9c95b30df82f6777c032bf45 (diff) |
chore(release): publish v0.9.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 38165de..c19e500 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.2", + "version": "0.9.0", "lockfileVersion": 1 } diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index a791fc2..d2da162 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "0.8.2", + "version": "0.9.0", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |