From 37b711906b4fc545184d5ad6e3d38110aa314a80 Mon Sep 17 00:00:00 2001 From: william Murphy Date: Mon, 12 Feb 2024 16:48:30 -0600 Subject: [PATCH] 4.4.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63bf6dd..ab5e075 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "activitypub-express", - "version": "4.4.1", + "version": "4.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "activitypub-express", - "version": "4.4.1", + "version": "4.4.2", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", diff --git a/package.json b/package.json index 4861c1c..e0d0640 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "activitypub-express", - "version": "4.4.1", + "version": "4.4.2", "description": "Modular ActivityPub implementation as Express middleware to easily add decentralization and federation to Node apps", "main": "index.js", "engines": {