diff --git a/bindings/node/CHANGELOG.md b/bindings/node/CHANGELOG.md index 90f93fb7c..7ae90f6f1 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. +## [2.8.0-alpha.1](https://github.com/mongodb/libmongocrypt/compare/node-v2.8.0-alpha.0...node-v2.8.0-alpha.1) (2023-04-27) + ## [2.8.0-alpha.0](https://github.com/mongodb/libmongocrypt/compare/node-v2.7.1...node-v2.8.0-alpha.0) (2023-04-04) ### [2.7.1](https://github.com/mongodb/libmongocrypt/compare/node-v2.7.0...node-v2.7.1) (2023-03-20) diff --git a/bindings/node/package-lock.json b/bindings/node/package-lock.json index 9ef40b803..934fda3d2 100644 --- a/bindings/node/package-lock.json +++ b/bindings/node/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-client-encryption", - "version": "2.8.0-alpha.0", + "version": "2.8.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb-client-encryption", - "version": "2.8.0-alpha.0", + "version": "2.8.0-alpha.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/bindings/node/package.json b/bindings/node/package.json index 54326ceb6..02cac160e 100644 --- a/bindings/node/package.json +++ b/bindings/node/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "2.8.0-alpha.0", + "version": "2.8.0-alpha.1", "description": "Official client encryption module for the MongoDB Node.js driver", "main": "lib/index.js", "types": "index.d.ts",