diff options
author | Matthew Miller <matthew@millerti.me> | 2021-02-06 16:10:23 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2021-02-06 16:10:23 -0800 |
commit | 369b9717c2f81dcfe06eb5088a9f16d2b2513e84 (patch) | |
tree | a406e1fdf1c7d41c991edc3bcf52ace0ac9f1bf2 /packages/typescript-types | |
parent | abfb8a510069f4231d95bc594bd2e3b16a7bac5c (diff) |
chore(release): publish v2.1.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 8a7c646..87da7c6 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@simplewebauthn/typescript-types", - "version": "2.0.0", + "version": "2.1.0", "description": "TypeScript types used by the @simplewebauthn series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |