From 5465c33b356ceaed05c1759007acdf3ab077ee33 Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Thu, 5 Jan 2023 10:10:49 -0500 Subject: [PATCH] chore(release): 4.7.1 --- HISTORY.md | 7 +++++++ bower.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index b9d3c08b..a9a24bd9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ 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.7.1](https://github.com/mongodb/js-bson/compare/v4.7.0...v4.7.1) (2023-01-05) + + +### Bug Fixes + +* **NODE-4905:** double precision accuracy in canonical EJSON ([#549](https://github.com/mongodb/js-bson/issues/549)) ([d86bd52](https://github.com/mongodb/js-bson/commit/d86bd52661e7f5d26479f6b63acac7950f505d69)) + ## [4.7.0](https://github.com/mongodb/js-bson/compare/v4.6.5...v4.7.0) (2022-08-18) diff --git a/bower.json b/bower.json index 74aa6eaa..b0d9c157 100644 --- a/bower.json +++ b/bower.json @@ -22,5 +22,5 @@ "test", "tools" ], - "version": "4.7.0" + "version": "4.7.1" } diff --git a/package-lock.json b/package-lock.json index 3482a3dc..fa804c41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "4.7.0", + "version": "4.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bson", - "version": "4.7.0", + "version": "4.7.1", "license": "Apache-2.0", "dependencies": { "buffer": "^5.6.0" diff --git a/package.json b/package.json index 983159d7..c99f58b5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bower.json" ], "types": "bson.d.ts", - "version": "4.7.0", + "version": "4.7.1", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"