Skip to content

Commit 3142508

Browse files
committed
1.1.1
1 parent 8980296 commit 3142508

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

HISTORY.md

+15
Original file line numberDiff line numberDiff line change
@@ -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+
116
<a name="1.1.0"></a>
217
# [1.1.0](https://github.com/mongodb/js-bson/compare/v1.0.9...v1.1.0) (2018-08-13)
318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"browser_build",
1313
"bower.json"
1414
],
15-
"version": "1.1.0",
15+
"version": "1.1.1",
1616
"author": "Christian Amor Kvalheim <[email protected]>",
1717
"contributors": [],
1818
"repository": "mongodb/js-bson",

0 commit comments

Comments
 (0)