From 3142508fe615f96bb7e0499b4a56742a54431616 Mon Sep 17 00:00:00 2001 From: Dan Aprahamian Date: Fri, 8 Mar 2019 15:15:14 -0500 Subject: [PATCH] 1.1.1 --- HISTORY.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 63953a2a..0da8acef 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,18 @@ + +## [1.1.1](https://github.com/mongodb/js-bson/compare/v1.1.0...v1.1.1) (2019-03-08) + + +### Bug Fixes + +* **object-id:** support 4.x->1.x interop for MinKey and ObjectId ([53419a5](https://github.com/mongodb/js-bson/commit/53419a5)) + + +### Features + +* replace new Buffer with modern versions ([24aefba](https://github.com/mongodb/js-bson/commit/24aefba)) + + + # [1.1.0](https://github.com/mongodb/js-bson/compare/v1.0.9...v1.1.0) (2018-08-13) diff --git a/package.json b/package.json index 79d4965f..aef2347e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "browser_build", "bower.json" ], - "version": "1.1.0", + "version": "1.1.1", "author": "Christian Amor Kvalheim ", "contributors": [], "repository": "mongodb/js-bson",