diff options
author | Matthew Miller <matthew@millerti.me> | 2022-04-02 10:32:39 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-04-02 10:32:39 -0700 |
commit | 7628494bedac039ce7ab9c5fad6bf153c99b2d34 (patch) | |
tree | 6bf365446bfcf0327e9d7809aaa4b29481158b93 /packages/typescript-types | |
parent | 8c28b21e60bf2b0b592f7615b7a69194a96ecb5a (diff) |
chore(release): publish v5.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 5a48c86..a36d35a 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "4.0.0", + "version": "5.0.0", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |