summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2021-02-06 16:10:23 -0800
committerMatthew Miller <matthew@millerti.me>2021-02-06 16:10:23 -0800
commit369b9717c2f81dcfe06eb5088a9f16d2b2513e84 (patch)
treea406e1fdf1c7d41c991edc3bcf52ace0ac9f1bf2
parentabfb8a510069f4231d95bc594bd2e3b16a7bac5c (diff)
chore(release): publish v2.1.0
-rw-r--r--lerna.json2
-rw-r--r--packages/browser/package.json2
-rw-r--r--packages/server/package.json2
-rw-r--r--packages/typescript-types/package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/lerna.json b/lerna.json
index 2e8b1ac..bf09373 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "2.0.0",
+ "version": "2.1.0",
"npmClient": "npm",
"command": {
"publish": {
diff --git a/packages/browser/package.json b/packages/browser/package.json
index 629c798..1eaabea 100644
--- a/packages/browser/package.json
+++ b/packages/browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/browser",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "SimpleWebAuthn for Browsers",
"main": "dist/simplewebauthn-browser.min.js",
"types": "dist/index.d.ts",
diff --git a/packages/server/package.json b/packages/server/package.json
index d9933c6..0d048ea 100644
--- a/packages/server/package.json
+++ b/packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/server",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "SimpleWebAuthn for Servers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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",