diff options
author | Matthew Miller <matthew@millerti.me> | 2021-02-05 09:17:46 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2021-02-05 09:17:46 -0800 |
commit | 7ffbefc50b0f4009777c68b4cc338362bce29931 (patch) | |
tree | cb2d1f23326efe908fbf2d58df2ad5b3317766fb /packages/typescript-types | |
parent | 432ff68bab6b11f6ccbf549d8be397fd71da29f9 (diff) |
chore(release): publish v2.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 d1f55ce..8a7c646 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "1.0.0", + "version": "2.0.0", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |