Skip to content

Commit 4c1db9a

Browse files
chore(main): release 5.4.0 (#588)
1 parent 5483367 commit 4c1db9a

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

HISTORY.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.4.0](https://github.com/mongodb/js-bson/compare/v5.3.0...v5.4.0) (2023-07-03)
6+
7+
8+
### Features
9+
10+
* **NODE-4938:** improve react native bundle experience ([#578](https://github.com/mongodb/js-bson/issues/578)) ([7e16636](https://github.com/mongodb/js-bson/commit/7e16636dd1e6dcd8b478678ab164a8b5d2563052))
11+
12+
13+
### Bug Fixes
14+
15+
* **NODE-5363:** defer byte slicing to utf8 decoding API in nodejs ([#585](https://github.com/mongodb/js-bson/issues/585)) ([e087042](https://github.com/mongodb/js-bson/commit/e087042720f7103e3b18fbc7cb370ac892456352))
16+
517
## [5.3.0](https://github.com/mongodb/js-bson/compare/v5.2.0...v5.3.0) (2023-05-10)
618

719

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"vendor"
1515
],
1616
"types": "bson.d.ts",
17-
"version": "5.3.0",
17+
"version": "5.4.0",
1818
"author": {
1919
"name": "The MongoDB NodeJS Team",
2020
"email": "[email protected]"

0 commit comments

Comments
 (0)