diff options
author | Matthew Miller <matthew@millerti.me> | 2021-01-21 14:14:21 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2021-01-21 14:14:21 -0800 |
commit | 0ae228320e2c2120022958c0d5abb78d070fa0aa (patch) | |
tree | 2556f10b94e5bd949367d93439ab118ff64478a3 /packages/typescript-types | |
parent | c7bce757ebb64dfe856e62326b2045761b70ea48 (diff) |
chore(release): publish v1.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 ad203ab..d1f55ce 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "0.10.5", + "version": "1.0.0", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |