Skip to content

Commit

Permalink
chore(release): 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dariakp committed Nov 3, 2021
1 parent e29156f commit 0aa8967
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https:/conventional-changelog/standard-version) for commit guidelines.

### [4.5.4](https:/mongodb/js-bson/compare/v4.5.3...v4.5.4) (2021-11-03)


### Bug Fixes

* **NODE-3640:** Fix Int32 constructor to coerce its argument to int32 ([#466](https:/mongodb/js-bson/issues/466)) ([d388f1e](https:/mongodb/js-bson/commit/d388f1efc1831ceecec11b79dc564d3116a97779))
* **NODE-3662:** error checking to make sure that ObjectId results in object with correct properties ([#467](https:/mongodb/js-bson/issues/467)) ([5f99b1b](https:/mongodb/js-bson/commit/5f99b1bfa74bcf75700174f8d4a8b974f9753e7f))

### [4.5.3](https:/mongodb/js-bson/compare/v4.5.2...v4.5.3) (2021-10-05)


Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"test",
"tools"
],
"version": "4.5.3"
"version": "4.5.4"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"bower.json"
],
"types": "bson.d.ts",
"version": "4.5.3",
"version": "4.5.4",
"author": {
"name": "The MongoDB NodeJS Team",
"email": "[email protected]"
Expand Down

0 comments on commit 0aa8967

Please sign in to comment.