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