summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2021-09-15 05:19:23 -0700
committerMatthew Miller <matthew@millerti.me>2021-09-15 05:19:23 -0700
commit73090c98aaaf48aea660f74c965d6f4af14375eb (patch)
tree53a600edad0dbdf56c2765b67c16280058844a5d
parent9562eaf31361d6856f5f6600d9d7b7673b46f0e1 (diff)
chore(release): publish v4.2.0
-rw-r--r--lerna.json2
-rw-r--r--packages/server/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/lerna.json b/lerna.json
index 0d626a9..dc07e7d 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "4.1.0",
+ "version": "4.2.0",
"npmClient": "npm",
"command": {
"publish": {
diff --git a/packages/server/package.json b/packages/server/package.json
index 2400948..3dfe8ac 100644
--- a/packages/server/package.json
+++ b/packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/server",
- "version": "4.1.0",
+ "version": "4.2.0",
"description": "SimpleWebAuthn for Servers",
"main": "dist/index.js",
"types": "dist/index.d.ts",