Skip to content

Commit

Permalink
chore(release): 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Sep 13, 2023
1 parent ab6f784 commit d4fe723
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [5.5.0](https:/mongodb/js-bson/compare/v5.4.0...v5.5.0) (2023-09-13)


### Features

* **NODE-5579:** add Decimal128.fromStringWithRounding() static method ([#621](https:/mongodb/js-bson/issues/621)) ([70ca4fc](https:/mongodb/js-bson/commit/70ca4fc3618fba6d265b00a377996bb6f7c757e5))


### Bug Fixes

* **NODE-5586:** Decimal128 fromString performs inexact rounding ([#620](https:/mongodb/js-bson/issues/620)) ([63fb316](https:/mongodb/js-bson/commit/63fb31640589057d6f3197401ece35fd88996e25))

## [5.4.0](https:/mongodb/js-bson/compare/v5.3.0...v5.4.0) (2023-07-03)


Expand Down
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 @@ -14,7 +14,7 @@
"vendor"
],
"types": "bson.d.ts",
"version": "5.4.0",
"version": "5.5.0",
"author": {
"name": "The MongoDB NodeJS Team",
"email": "[email protected]"
Expand Down

0 comments on commit d4fe723

Please sign in to comment.