diff options
author | Matthew Miller <matthew@millerti.me> | 2022-07-28 15:34:49 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-07-28 15:34:49 -0700 |
commit | c41351664e47b0606d49da435298ef588bfe137f (patch) | |
tree | f0f39f5c85163dde08f85413de130b9eaf1bfbb0 /packages/typescript-types | |
parent | fe715eff0739c7b58e90fbaf271c4b0ef3337e94 (diff) |
chore(release): publish v5.4.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 0b4188d..13b42f0 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "5.3.0", + "version": "5.4.0", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |