From c587309ad8c284d62198e8b6493fca3d74d28ff4 Mon Sep 17 00:00:00 2001 From: Ryan Dew Date: Tue, 1 Sep 2026 20:43:37 -0700 Subject: [PATCH] MLE-31994 Update version to 4.2.0 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c9df2eb..db9e2331 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The Progress® MarkLogic® Node Client API provides access to the MarkLogic data ## System Requirements -The Node Client 4.1.0 release requires Node.js 22 or higher. Testing has verified that the client will +The Node Client 4.2.0 release requires Node.js 22 or higher. Testing has verified that the client will run successfully on Node 20, but we recommend 22 or higher based on [the Node.js release roadmap](https://nodejs.org/en/about/previous-releases), as Node 20 enters end-of-life in April 2026 while Node 22 is supported through April 2027. diff --git a/package-lock.json b/package-lock.json index df94e097..716ceaac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marklogic", - "version": "4.1.0", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "marklogic", - "version": "4.1.0", + "version": "4.2.0", "license": "Apache-2.0", "dependencies": { "@fastify/busboy": "3.2.0", diff --git a/package.json b/package.json index faa5b9c1..0dbc515d 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.1.0", + "version": "4.2.0", "license": "Apache-2.0", "main": "./lib/marklogic.js", "types": "marklogic.d.ts",