diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-25 23:59:03 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-25 23:59:03 -0700 |
commit | cecef4071efca1dab58443dd58cd5f25191adadb (patch) | |
tree | 66556b0388bb64262b4c33d3e4a82fe59c4ccbfe /packages/typescript-types | |
parent | 5793fe2f0214c35038dee0f9bf37e7894805ee07 (diff) |
chore(release): publish v0.2.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 8af7a71..aa1c442 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.2.0", + "version": "0.2.3", "lockfileVersion": 1 } diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index 225a3f0..b4e33e6 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -1,6 +1,6 @@ { "name": "@webauthntine/typescript-types", - "version": "0.2.0", + "version": "0.2.3", "description": "TypeScript types used by the @webauthntine series of libraries", "main": "dist/index.js", "types": "dist/index.d.ts", |