From e56ea0887ea035af387dea16976383e035eaaa14 Mon Sep 17 00:00:00 2001 From: Rob Rudin Date: Wed, 10 Dec 2025 10:17:36 -0500 Subject: [PATCH] MLE-25617 Bumped to 4.1.0 --- 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 b72cfb09..9d282512 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marklogic", - "version": "4.0.1", + "version": "4.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "marklogic", - "version": "4.0.1", + "version": "4.1.0", "license": "Apache-2.0", "dependencies": { "@fastify/busboy": "3.2.0", diff --git a/package.json b/package.json index 66a473f5..a6459a9e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "marklogic", "description": "The official MarkLogic Node.js client API.", "homepage": "https://github.com/marklogic/node-client-api", - "version": "4.0.1", + "version": "4.1.0", "license": "Apache-2.0", "main": "./lib/marklogic.js", "types": "marklogic.d.ts",