Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit a9004f8

Browse files
committed
chore(release): 4.0.2
1 parent 39c87d2 commit a9004f8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
### [4.0.2](https://github.com/mongodb-js/bson-ext/compare/v4.0.1...v4.0.2) (2021-10-05)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-3619:** serialization of BSON with embedded null bytes in strings ([#79](https://github.com/mongodb-js/bson-ext/issues/79)) ([39c87d2](https://github.com/mongodb-js/bson-ext/commit/39c87d2a288ae3ace3cbd59ade21bcbb05525fba))
11+
512
### [4.0.1](https://github.com/mongodb-js/bson-ext/compare/v4.0.0...v4.0.1) (2021-09-14)
613

714
## [4.0.0](https://github.com/mongodb-js/bson-ext/compare/v2.0.5...v4.0.0) (2021-05-25)

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
@@ -6,7 +6,7 @@
66
"bson",
77
"parser"
88
],
9-
"version": "4.0.1",
9+
"version": "4.0.2",
1010
"author": {
1111
"name": "The MongoDB NodeJS Team",
1212
"email": "[email protected]"

0 commit comments

Comments
 (0)