From cb3cd123ae8f92334eab7d4a08d355216734f731 Mon Sep 17 00:00:00 2001 From: Matt Broadstone Date: Wed, 16 Jan 2019 17:42:08 -0500 Subject: [PATCH] chore(release): 3.1.12 --- HISTORY.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index b9ea783e7e..8cbcef2647 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,16 @@ 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. + +## [3.1.12](https://github.com/mongodb/node-mongodb-native/compare/v3.1.11...v3.1.12) (2019-01-16) + + +### Features + +* **core:** update to mongodb-core v3.1.11 ([9bef6e7](https://github.com/mongodb/node-mongodb-native/commit/9bef6e7)) + + + ## [3.1.11](https://github.com/mongodb/node-mongodb-native/compare/v3.1.10...v3.1.11) (2019-01-15) diff --git a/package-lock.json b/package-lock.json index 1833847b66..04b9dd155f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "3.1.11", + "version": "3.1.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00b3536538..212c390623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "3.1.11", + "version": "3.1.12", "description": "The official MongoDB driver for Node.js", "main": "index.js", "files": [