Skip to content

Commit b707f65

Browse files
committed
chore(release): 4.2.2
1 parent 2d9a8e6 commit b707f65

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

HISTORY.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [4.2.2](https://github.com/mongodb/js-bson/compare/v4.2.1...v4.2.2) (2020-12-01)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
512
### [4.2.1](https://github.com/mongodb/js-bson/compare/v4.2.0...v4.2.1) (2020-12-01)
613

714

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"test",
2323
"tools"
2424
],
25-
"version": "4.2.1"
25+
"version": "4.2.2"
2626
}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"bower.json"
1616
],
1717
"types": "bson.d.ts",
18-
"version": "4.2.1",
18+
"version": "4.2.2",
1919
"author": "Christian Amor Kvalheim <[email protected]>",
2020
"license": "Apache-2.0",
2121
"contributors": [],

0 commit comments

Comments
 (0)