bson 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/HISTORY.md CHANGED
@@ -1,3 +1,18 @@
1
+ <a name="1.1.1"></a>
2
+ ## [1.1.1](https://github.com/mongodb/js-bson/compare/v1.1.0...v1.1.1) (2019-03-08)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **object-id:** support 4.x->1.x interop for MinKey and ObjectId ([53419a5](https://github.com/mongodb/js-bson/commit/53419a5))
8
+
9
+
10
+ ### Features
11
+
12
+ * replace new Buffer with modern versions ([24aefba](https://github.com/mongodb/js-bson/commit/24aefba))
13
+
14
+
15
+
1
16
  <a name="1.1.0"></a>
2
17
  # [1.1.0](https://github.com/mongodb/js-bson/compare/v1.0.9...v1.1.0) (2018-08-13)
3
18