diff --git a/bindings/node/CHANGELOG.md b/bindings/node/CHANGELOG.md index cc0fc6ac1..a48e7fc3d 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.0-alpha.0](https://github.com/mongodb/libmongocrypt/compare/node-v2.9.0...node-v6.0.0-alpha.0) (2023-07-13) + ## [2.9.0](https://github.com/mongodb/libmongocrypt/compare/node-v2.8.0...node-v2.9.0) (2023-07-12) ## [2.8.0](https://github.com/mongodb/libmongocrypt/compare/node-v2.8.0-alpha.0...node-v2.8.0) (2023-05-11) diff --git a/bindings/node/package-lock.json b/bindings/node/package-lock.json index 5a328bd49..ec220a8e6 100644 --- a/bindings/node/package-lock.json +++ b/bindings/node/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-client-encryption", - "version": "2.9.0", + "version": "6.0.0-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb-client-encryption", - "version": "2.9.0", + "version": "6.0.0-alpha.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/bindings/node/package.json b/bindings/node/package.json index b3a060caf..981a0af21 100644 --- a/bindings/node/package.json +++ b/bindings/node/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "2.9.0", + "version": "6.0.0-alpha.0", "description": "Official client encryption module for the MongoDB Node.js driver", "main": "lib/index.js", "types": "index.d.ts",