diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-23 09:33:49 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-23 09:33:49 -0700 |
commit | f7a3fa44e51e280999733dacc5337f6955a2bf15 (patch) | |
tree | 317a5d2b6bbab4946a4459d54b2241490f997bcd /packages/typescript-types | |
parent | 05898eab426245a855236c0899c7e3a60a6c5622 (diff) |
chore(release): publish v0.1.3
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/package-lock.json | 2 | ||||
-rw-r--r-- | packages/typescript-types/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/typescript-types/package-lock.json b/packages/typescript-types/package-lock.json index 7025e4b..5871d49 100644 --- a/packages/typescript-types/package-lock.json +++ b/packages/typescript-types/package-lock.json @@ -1,5 +1,5 @@ { "name": "@webauthntine/typescript-types", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 1 } diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index 10b3dea..46d4a60 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@webauthntine/typescript-types", - "version": "0.1.2", + "version": "0.1.3", "description": "TypeScript types used by the @webauthntine series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |