From d4fe723f53630d43b4934ed97633ece0da91424d Mon Sep 17 00:00:00 2001 From: Warren James Date: Wed, 13 Sep 2023 12:16:39 -0400 Subject: [PATCH] chore(release): 5.5.0 --- HISTORY.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index a76162cb..fb533a25 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,18 @@ 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. +## [5.5.0](https://github.com/mongodb/js-bson/compare/v5.4.0...v5.5.0) (2023-09-13) + + +### Features + +* **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)) + + +### Bug Fixes + +* **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)) + ## [5.4.0](https://github.com/mongodb/js-bson/compare/v5.3.0...v5.4.0) (2023-07-03) diff --git a/package-lock.json b/package-lock.json index 8b4eaf5d..5f04dad5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "5.4.0", + "version": "5.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "5.4.0", + "version": "5.5.0", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index ae1d8b00..a086fd9d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "5.4.0", + "version": "5.5.0", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"