From 5d2648ecc03e7ac062978172cbf76b97581cc6f8 Mon Sep 17 00:00:00 2001 From: Warren James Date: Thu, 16 Mar 2023 15:44:30 -0400 Subject: [PATCH] chore(release): 5.1.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 0ed7a32a..b9681e2b 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.1.0](https://github.com/mongodb/js-bson/compare/v5.0.1...v5.1.0) (2023-03-16) + + +### Features + +* **NODE-4789:** support Map stringification in EJSON ([#567](https://github.com/mongodb/js-bson/issues/567)) ([c70c82d](https://github.com/mongodb/js-bson/commit/c70c82dd815fcf7a58dba025578764177da4ef5a)) + ### [5.0.1](https://github.com/mongodb/js-bson/compare/v5.0.0...v5.0.1) (2023-02-16) diff --git a/package-lock.json b/package-lock.json index bef23d62..3aa7bc6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "5.0.1", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bson", - "version": "5.0.1", + "version": "5.1.0", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index 233c5fa6..09822347 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "etc/prepare.js" ], "types": "bson.d.ts", - "version": "5.0.1", + "version": "5.1.0", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"