From 32f5f2c0c8442fe28f7fa85f8b03300a4eca7707 Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Thu, 7 Jul 2022 12:12:35 -0400 Subject: [PATCH] chore(release): 4.6.5 --- HISTORY.md | 10 ++++++++++ bower.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 3df08e5a..06a5c254 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,16 @@ 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.5](https://github.com/mongodb/js-bson/compare/v4.6.4...v4.6.5) (2022-07-07) + + +### Bug Fixes + +* **NODE-3630:** remove float parser and test edge cases for Double ([#502](https://github.com/mongodb/js-bson/issues/502)) ([54ca603](https://github.com/mongodb/js-bson/commit/54ca603e8cc3b038517556acb378f3e345f3fce2)) +* **NODE-4211:** Do not require crypto in browser builds ([#500](https://github.com/mongodb/js-bson/issues/500)) ([b32ab40](https://github.com/mongodb/js-bson/commit/b32ab40a48d044be15d935c805753525ec06e855)) +* **NODE-4302:** remove downlevel ts and typesVersions ([#501](https://github.com/mongodb/js-bson/issues/501)) ([651b60e](https://github.com/mongodb/js-bson/commit/651b60edb2d4cdd7933e99d5bc5f7fc3a925eb7a)) +* **NODE-4381:** handle `__proto__` well in EJSON ([#506](https://github.com/mongodb/js-bson/issues/506)) ([4bda57d](https://github.com/mongodb/js-bson/commit/4bda57d9593e5e357979a3c60d132fbd07491f75)) + ### [4.6.4](https://github.com/mongodb/js-bson/compare/v4.6.3...v4.6.4) (2022-05-19) ### [4.6.3](https://github.com/mongodb/js-bson/compare/v4.6.2...v4.6.3) (2022-04-20) diff --git a/bower.json b/bower.json index 3219b8e4..d5fc054e 100644 --- a/bower.json +++ b/bower.json @@ -22,5 +22,5 @@ "test", "tools" ], - "version": "4.6.4" + "version": "4.6.5" } diff --git a/package-lock.json b/package-lock.json index d1686f66..c7cfd9d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "4.6.4", + "version": "4.6.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bson", - "version": "4.6.4", + "version": "4.6.5", "license": "Apache-2.0", "dependencies": { "buffer": "^5.6.0" diff --git a/package.json b/package.json index 537d19d1..a070c00b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bower.json" ], "types": "bson.d.ts", - "version": "4.6.4", + "version": "4.6.5", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"