diff options
author | Matthew Miller <matthew@millerti.me> | 2022-08-16 23:16:03 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-08-16 23:16:03 -0700 |
commit | 95cb2107d15ae15994367cc99040720ae186c9bd (patch) | |
tree | ec7d17860b6867203b6246eb4edd12512f73352c /packages/typescript-types | |
parent | 668547b1d9c18a5b65e60dbac2018c4d89618028 (diff) |
chore(release): publish v6.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 13b42f0..60bad1b 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "5.4.0", + "version": "6.0.0", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |