From 2a2292e4c8c24b52a9814f7dcd13de53424acd8e Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 23 May 2024 10:46:38 -0600 Subject: [PATCH] chore(release): 6.0.1 --- bindings/node/CHANGELOG.md | 2 ++ bindings/node/package-lock.json | 4 ++-- bindings/node/package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bindings/node/CHANGELOG.md b/bindings/node/CHANGELOG.md index 8edf70def..be0cf51c2 100644 --- a/bindings/node/CHANGELOG.md +++ b/bindings/node/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [6.0.1](https://github.com/mongodb/libmongocrypt/compare/node-v6.0.0...node-v6.0.1) (2024-05-23) + ## [6.0.0](https://github.com/mongodb/libmongocrypt/compare/node-v6.0.0-alpha.3...node-v6.0.0) (2023-08-28) ## [6.0.0-alpha.3](https://github.com/mongodb/libmongocrypt/compare/node-v6.0.0-alpha.2...node-v6.0.0-alpha.3) (2023-08-09) diff --git a/bindings/node/package-lock.json b/bindings/node/package-lock.json index ba4f99ada..fadf63ee6 100644 --- a/bindings/node/package-lock.json +++ b/bindings/node/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-client-encryption", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb-client-encryption", - "version": "6.0.0", + "version": "6.0.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/bindings/node/package.json b/bindings/node/package.json index 04834093e..9c9d224d5 100644 --- a/bindings/node/package.json +++ b/bindings/node/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "6.0.0", + "version": "6.0.1", "description": "Official client encryption module for the MongoDB Node.js driver", "main": "lib/index.js", "types": "lib/index.d.ts",