diff options
author | Matthew Miller <matthew@millerti.me> | 2020-06-02 15:51:07 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-06-02 15:51:07 -0700 |
commit | 8feadcb47dbb7c06de278e9abfd9c28ae8e2b905 (patch) | |
tree | 513ead97a0ddc9f5fa04e2484aa58b826f33b975 /packages/typescript-types | |
parent | ed960d81a9667d5cca2d444839f5ce63e2f38911 (diff) |
chore(release): publish v0.5.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 944dd12..dd1b3a2 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.4.0", + "version": "0.5.0", "lockfileVersion": 1 } diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index 42c288e..920e2b5 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "0.4.0", + "version": "0.5.0", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |