Skip to content

Commit b6a15b5

Browse files
committed
chore(release): 5.0.1
1 parent 3aed24a commit b6a15b5

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
### [5.0.1](https://github.com/mongodb/js-bson/compare/v5.0.0...v5.0.1) (2023-02-16)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-5025:** no type definitions for es module ([#563](https://github.com/mongodb/js-bson/issues/563)) ([50e90fc](https://github.com/mongodb/js-bson/commit/50e90fc1a7ff4a313a382b62a9b4972e2b8a62f2))
11+
* **NODE-5048:** webpack unable to bundle import with leading 'node:' ([#564](https://github.com/mongodb/js-bson/issues/564)) ([3aed24a](https://github.com/mongodb/js-bson/commit/3aed24a006bec43839269ac05007b0c5eb2b42bd))
12+
* **NODE-5056:** EJSON.parse date handling when useBigInt64=true ([#562](https://github.com/mongodb/js-bson/issues/562)) ([d5088af](https://github.com/mongodb/js-bson/commit/d5088afab081b671215f2157bf3dabf38ef4ea7f))
13+
514
## [5.0.0](https://github.com/mongodb/js-bson/compare/v5.0.0-alpha.3...v5.0.0) (2023-01-31)
615

716
## [5.0.0-alpha.3](https://github.com/mongodb/js-bson/compare/v4.7.0...v5.0.0-alpha.3) (2023-01-20)

package-lock.json

Lines changed: 2 additions & 2 deletions
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
@@ -13,7 +13,7 @@
1313
"etc/prepare.js"
1414
],
1515
"types": "bson.d.ts",
16-
"version": "5.0.0",
16+
"version": "5.0.1",
1717
"author": {
1818
"name": "The MongoDB NodeJS Team",
1919
"email": "[email protected]"

0 commit comments

Comments
 (0)