diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-26 15:07:57 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-26 15:07:57 -0700 |
commit | 0c4a5f127cc66456a7f17c77926ce671e3535d43 (patch) | |
tree | 881867b7578b23067c921d603e8c8e66ea9f50db /packages/typescript-types | |
parent | 467206a79d500dda939be26e238ed01e9548a215 (diff) |
chore(release): publish v0.3.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 89e0111..3b91884 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.2.3", + "version": "0.3.0", "lockfileVersion": 1 } diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index 9fc9e9e..9158ef1 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "0.2.3", + "version": "0.3.0", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |