From 91b84ed72c1f1f5f882d993c2fec9a4aea9740a9 Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Tue, 4 Apr 2023 11:56:53 -0400 Subject: [PATCH] chore(release): 5.2.0 --- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index b9681e2b..11c86fa6 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. +## [5.2.0](https://github.com/mongodb/js-bson/compare/v5.1.0...v5.2.0) (2023-04-04) + + +### Features + +* **NODE-4855:** add hex and base64 ctor methods to Binary and ObjectId ([#569](https://github.com/mongodb/js-bson/issues/569)) ([0d49a63](https://github.com/mongodb/js-bson/commit/0d49a636052b540a8fc7bd9210db33a8a52f951e)) + ## [5.1.0](https://github.com/mongodb/js-bson/compare/v5.0.1...v5.1.0) (2023-03-16) diff --git a/package-lock.json b/package-lock.json index 3aa7bc6b..97d2f3ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bson", - "version": "5.1.0", + "version": "5.2.0", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index 09822347..307ac313 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "etc/prepare.js" ], "types": "bson.d.ts", - "version": "5.1.0", + "version": "5.2.0", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"