Skip to content

Commit dc9c1bb

Browse files
committed
chore(release): 4.0.3
1 parent fe3f0dc commit dc9c1bb

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

HISTORY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.0.3"></a>
6+
## [4.0.3](https://github.com/mongodb/js-bson/compare/v4.0.2...v4.0.3) (2020-01-09)
7+
8+
9+
### Bug Fixes
10+
11+
* support Number object in Int32 and Double constructors ([fe3f0dc](https://github.com/mongodb/js-bson/commit/fe3f0dc))
12+
* **Timestamp:** make sure timestamp is always unsigned ([36b2d43](https://github.com/mongodb/js-bson/commit/36b2d43))
13+
14+
15+
516
<a name="4.0.2"></a>
617
## [4.0.2](https://github.com/mongodb/js-bson/compare/v4.0.0...v4.0.2) (2019-03-08)
718

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.2"
25+
"version": "4.0.3"
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.2",
14+
"version": "4.0.3",
1515
"author": "Christian Amor Kvalheim <[email protected]>",
1616
"license": "Apache-2.0",
1717
"contributors": [],

0 commit comments

Comments
 (0)