diff --git a/bindings/node/CHANGELOG.md b/bindings/node/CHANGELOG.md index d9136610c..539e8c80f 100644 --- a/bindings/node/CHANGELOG.md +++ b/bindings/node/CHANGELOG.md @@ -2,6 +2,10 @@ 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. +## [1.0.1](https://github.com/mongodb/libmongocrypt/compare/node-v1.0.0...1.0.1) (2019-12-31) + + + # [1.0.0](https://github.com/mongodb/libmongocrypt/compare/node-v1.0.0-rc3.0...1.0.0) (2019-12-10) diff --git a/bindings/node/package-lock.json b/bindings/node/package-lock.json index 032acba72..337193742 100644 --- a/bindings/node/package-lock.json +++ b/bindings/node/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/bindings/node/package.json b/bindings/node/package.json index d0c8e9f09..b9385abc4 100644 --- a/bindings/node/package.json +++ b/bindings/node/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "1.0.0", + "version": "1.0.1", "description": "Official client encryption module for the MongoDB Node.js driver", "main": "index.js", "directories": {