From c3fc5dfa2ebc399a4bf7e80210405f86a360f642 Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Tue, 10 Jan 2023 15:47:15 -0500 Subject: [PATCH] chore(release): 4.7.2 --- 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 a9a24bd9..25372de9 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.2](https://github.com/mongodb/js-bson/compare/v4.7.1...v4.7.2) (2023-01-10) + + +### Bug Fixes + +* **NODE-4932:** remove .0 suffix from double extended json values ([#553](https://github.com/mongodb/js-bson/issues/553)) ([a298d22](https://github.com/mongodb/js-bson/commit/a298d22173e7e07789d86051f95f76153f29e10a)) + ### [4.7.1](https://github.com/mongodb/js-bson/compare/v4.7.0...v4.7.1) (2023-01-05) diff --git a/bower.json b/bower.json index b0d9c157..2883b37f 100644 --- a/bower.json +++ b/bower.json @@ -22,5 +22,5 @@ "test", "tools" ], - "version": "4.7.1" + "version": "4.7.2" } diff --git a/package-lock.json b/package-lock.json index fa804c41..5e24ac73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "4.7.1", + "version": "4.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bson", - "version": "4.7.1", + "version": "4.7.2", "license": "Apache-2.0", "dependencies": { "buffer": "^5.6.0" diff --git a/package.json b/package.json index c99f58b5..cfe6a2c7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bower.json" ], "types": "bson.d.ts", - "version": "4.7.1", + "version": "4.7.2", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"