summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-08-15 20:33:03 -0700
committerMatthew Miller <matthew@millerti.me>2022-08-15 20:33:03 -0700
commit9c05ec591fa1e8a1d7480a9f115a075fec9a88c5 (patch)
tree38464120983035ce0691f07442c12e4e3dc009be
parent1f28fcd6ecf91cd456c41244f384b4c58e0937fc (diff)
chore(release): publish v5.4.4
-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 fe38305..009a4f9 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "5.4.3",
+ "version": "5.4.4",
"npmClient": "npm",
"useNx": true,
"command": {
diff --git a/packages/server/package.json b/packages/server/package.json
index 734b2fc..2b36bf3 100644
--- a/packages/server/package.json
+++ b/packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/server",
- "version": "5.4.3",
+ "version": "5.4.4",
"description": "SimpleWebAuthn for Servers",
"main": "dist/index.js",
"types": "dist/index.d.ts",