Skip to content

Commit 1c993d0

Browse files
committed
chore(release): 4.1.0
1 parent 4c6f2e4 commit 1c993d0

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

HISTORY.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
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.
44

5+
<a name="4.1.0"></a>
6+
# [4.1.0](https://github.com/mongodb/js-bson/compare/v4.0.4...v4.1.0) (2020-08-10)
7+
8+
9+
### Bug Fixes
10+
11+
* spelling in deserializer errors ([4c6f2e4](https://github.com/mongodb/js-bson/commit/4c6f2e4))
12+
* **object-id:** harden the duck-typing ([4b800ae](https://github.com/mongodb/js-bson/commit/4b800ae))
13+
* parse value of Int32 in constructor ([5cda40f](https://github.com/mongodb/js-bson/commit/5cda40f))
14+
* Reduce floating point precision required of extended json implementations ([#369](https://github.com/mongodb/js-bson/issues/369)) ([5e35d1a](https://github.com/mongodb/js-bson/commit/5e35d1a))
15+
16+
17+
### Features
18+
19+
* add support for primitives to EJSON.stringify ([329857d](https://github.com/mongodb/js-bson/commit/329857d))
20+
21+
22+
523
<a name="4.0.4"></a>
624
## [4.0.4](https://github.com/mongodb/js-bson/compare/v4.0.3...v4.0.4) (2020-03-26)
725

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"test",
2323
"tools"
2424
],
25-
"version": "4.0.4"
25+
"version": "4.1.0"
2626
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dist",
1212
"bower.json"
1313
],
14-
"version": "4.0.4",
14+
"version": "4.1.0",
1515
"author": "Christian Amor Kvalheim <christkv@gmail.com>",
1616
"license": "Apache-2.0",
1717
"contributors": [],

0 commit comments

Comments
 (0)