From 210fc118482798b3d0fc3f8b1d7b826cf26dba1f Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Thu, 19 May 2022 12:07:00 -0400 Subject: [PATCH] chore(release): 4.6.4 --- HISTORY.md | 2 ++ bower.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index b3cc2203..3df08e5a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,8 @@ 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.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) ### [4.6.2](https://github.com/mongodb/js-bson/compare/v4.6.1...v4.6.2) (2022-03-22) diff --git a/bower.json b/bower.json index eb998a56..3219b8e4 100644 --- a/bower.json +++ b/bower.json @@ -22,5 +22,5 @@ "test", "tools" ], - "version": "4.6.3" + "version": "4.6.4" } diff --git a/package-lock.json b/package-lock.json index 5b2e331a..c80bdcb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bson", - "version": "4.6.3", + "version": "4.6.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index f2cb8dac..b3ce5a40 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ] } }, - "version": "4.6.3", + "version": "4.6.4", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"