From cae95fffe9551db0d093c7e706f73eb3346f56eb Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Tue, 22 Mar 2022 14:15:32 -0400 Subject: [PATCH] chore(release): 4.6.2 --- HISTORY.md | 9 +++++++++ bower.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 1caef3f7..affed9ba 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,15 @@ 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. +### [4.6.2](https://github.com/mongodb/js-bson/compare/v4.6.1...v4.6.2) (2022-03-22) + + +### Bug Fixes + +* **MONGOSH-1155:** update error message in ObjectId class ([#493](https://github.com/mongodb/js-bson/issues/493)) ([67fbc7c](https://github.com/mongodb/js-bson/commit/67fbc7cc8fc20d9c39720ba3f5e872c4f27eb8c6)) +* **NODE-3015:** ObjectId.equals should use Buffer.equals for better performance ([#478](https://github.com/mongodb/js-bson/issues/478)) ([8305bdf](https://github.com/mongodb/js-bson/commit/8305bdf333a4ddec99121b42d9477958342b0fda)) +* **NODE-3962:** correct type for ObjectiId._bsontype ([#480](https://github.com/mongodb/js-bson/issues/480)) ([9671773](https://github.com/mongodb/js-bson/commit/9671773880b0e01d84259f1eb5d49e32070a9e8a)) + ### [4.6.1](https://github.com/mongodb/js-bson/compare/v4.6.0...v4.6.1) (2022-01-06) diff --git a/bower.json b/bower.json index bebb2334..1e233a65 100644 --- a/bower.json +++ b/bower.json @@ -22,5 +22,5 @@ "test", "tools" ], - "version": "4.6.1" + "version": "4.6.2" } diff --git a/package-lock.json b/package-lock.json index b4de2c48..7c87a96e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bson", - "version": "4.6.1", + "version": "4.6.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 56c0062a..e20056cd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bower.json" ], "types": "bson.d.ts", - "version": "4.6.1", + "version": "4.6.2", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"