diff options
author | Matthew Miller <matthew@millerti.me> | 2021-08-27 16:45:56 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2021-08-27 16:45:56 -0700 |
commit | fbb552d5e6f91c0ab9f0577510855f846d5b2d41 (patch) | |
tree | e0ac5d36c6cbd6b70fa919d0df36a5aa9d17767b /packages/typescript-types | |
parent | f18402078843c3015bd7b84b2b305ee774c9328d (diff) |
chore(release): publish v4.0.0
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index dcbc1d7..5a48c86 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "3.0.0", + "version": "4.0.0", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |