diff --git a/bindings/node/CHANGELOG.md b/bindings/node/CHANGELOG.md index 506d21ff7..90f74da72 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.3.0](https://github.com/mongodb/libmongocrypt/compare/node-v2.2.1...node-v2.3.0) (2022-10-05) + ### [2.2.1](https://github.com/mongodb/libmongocrypt/compare/node-v2.2.0...node-v2.2.1) (2022-09-12) ## [2.2.0](https://github.com/mongodb/libmongocrypt/compare/node-v2.2.0-alpha.6...node-v2.2.0) (2022-08-10) diff --git a/bindings/node/package-lock.json b/bindings/node/package-lock.json index 128e19e4b..6efd24c25 100644 --- a/bindings/node/package-lock.json +++ b/bindings/node/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-client-encryption", - "version": "2.2.1", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb-client-encryption", - "version": "2.2.1", + "version": "2.3.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/bindings/node/package.json b/bindings/node/package.json index 496cbf142..b0aabcd4e 100644 --- a/bindings/node/package.json +++ b/bindings/node/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "2.2.1", + "version": "2.3.0", "description": "Official client encryption module for the MongoDB Node.js driver", "main": "lib/index.js", "types": "index.d.ts",