diff --git a/HISTORY.md b/HISTORY.md index 794b70da..a76162cb 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.4.0](https://github.com/mongodb/js-bson/compare/v5.3.0...v5.4.0) (2023-07-03) + + +### Features + +* **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)) + + +### Bug Fixes + +* **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)) + ## [5.3.0](https://github.com/mongodb/js-bson/compare/v5.2.0...v5.3.0) (2023-05-10) diff --git a/package-lock.json b/package-lock.json index f414ba92..8b4eaf5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "5.3.0", + "version": "5.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "5.3.0", + "version": "5.4.0", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index bb300205..ae1d8b00 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "5.3.0", + "version": "5.4.0", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"