Skip to content

Commit d4fe723

Browse files
committed
chore(release): 5.5.0
1 parent ab6f784 commit d4fe723

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.5.0](https://github.com/mongodb/js-bson/compare/v5.4.0...v5.5.0) (2023-09-13)
6+
7+
8+
### Features
9+
10+
* **NODE-5579:** add Decimal128.fromStringWithRounding() static method ([#621](https://github.com/mongodb/js-bson/issues/621)) ([70ca4fc](https://github.com/mongodb/js-bson/commit/70ca4fc3618fba6d265b00a377996bb6f7c757e5))
11+
12+
13+
### Bug Fixes
14+
15+
* **NODE-5586:** Decimal128 fromString performs inexact rounding ([#620](https://github.com/mongodb/js-bson/issues/620)) ([63fb316](https://github.com/mongodb/js-bson/commit/63fb31640589057d6f3197401ece35fd88996e25))
16+
517
## [5.4.0](https://github.com/mongodb/js-bson/compare/v5.3.0...v5.4.0) (2023-07-03)
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.4.0",
17+
"version": "5.5.0",
1818
"author": {
1919
"name": "The MongoDB NodeJS Team",
2020
"email": "[email protected]"

0 commit comments

Comments
 (0)