From b707f65b349ab4c78b2fa9ca4fce8e98328348af Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Tue, 1 Dec 2020 16:21:14 -0500 Subject: [PATCH] chore(release): 4.2.2 --- HISTORY.md | 7 +++++++ bower.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 34bfc634..a8ede38d 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.2.2](https://github.com/mongodb/js-bson/compare/v4.2.1...v4.2.2) (2020-12-01) + + +### Bug Fixes + +* remove tslib usage and fix Long method alias ([#415](https://github.com/mongodb/js-bson/issues/415)) ([2d9a8e6](https://github.com/mongodb/js-bson/commit/2d9a8e678417ec43a0b82377743ab9c30a3c3b6b)) + ### [4.2.1](https://github.com/mongodb/js-bson/compare/v4.2.0...v4.2.1) (2020-12-01) diff --git a/bower.json b/bower.json index 991cfd9b..f8c2a276 100644 --- a/bower.json +++ b/bower.json @@ -22,5 +22,5 @@ "test", "tools" ], - "version": "4.2.1" + "version": "4.2.2" } diff --git a/package-lock.json b/package-lock.json index c5e77f74..1fa1eed5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bson", - "version": "4.2.1", + "version": "4.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2b2fcc70..932ecdfd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bower.json" ], "types": "bson.d.ts", - "version": "4.2.1", + "version": "4.2.2", "author": "Christian Amor Kvalheim ", "license": "Apache-2.0", "contributors": [],