Skip to content

Commit d685aa5

Browse files
committed
chore(release): 4.2.0
1 parent ace8647 commit d685aa5

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

HISTORY.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
1-
# Change Log
1+
# Changelog
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.0](https://github.com/mongodb/js-bson/compare/v4.1.0...v4.2.0) (2020-10-13)
6+
7+
8+
### Features
9+
10+
* add extended json parsing for $uuid ([b1b2a0e](https://github.com/mongodb/js-bson/commit/b1b2a0ee5f497c971aa28961cf80bde522fc1779))
11+
* convert to TypeScript ([#393](https://github.com/mongodb/js-bson/issues/393)) ([9aad874](https://github.com/mongodb/js-bson/commit/9aad8746bbb2159012193a53a206509130a95fb0))
12+
* Improve TS Typings ([#389](https://github.com/mongodb/js-bson/issues/389)) ([ae9ae2d](https://github.com/mongodb/js-bson/commit/ae9ae2df0d5d0a88adf27523d7fca7f3ad59a57a))
13+
14+
15+
### Bug Fixes
16+
17+
* adds interfaces for EJSON objects ([7f5f1a3](https://github.com/mongodb/js-bson/commit/7f5f1a38d99d1d50b8bf261cc72916f5bce506ae))
18+
* Correct API Extractor config to omit definition file from dist ([#407](https://github.com/mongodb/js-bson/issues/407)) ([ace8647](https://github.com/mongodb/js-bson/commit/ace8647646e20df61e77d0ce8ed7ea84a3ff7738))
19+
* coverage ([992e2e0](https://github.com/mongodb/js-bson/commit/992e2e040806701d1c69e09d07186a6e1deacc0e))
20+
* deprecate cacheFunctionsCrc32 ([ea83bf5](https://github.com/mongodb/js-bson/commit/ea83bf5200f4a936692f710063941ba802386da4))
21+
* Rework rollup config to output named and default exports ([#404](https://github.com/mongodb/js-bson/issues/404)) ([a48676b](https://github.com/mongodb/js-bson/commit/a48676b0d442e06a71a413500194d35a7bea7587))
22+
* Throw on BigInt type values ([#397](https://github.com/mongodb/js-bson/issues/397)) ([2dd54e5](https://github.com/mongodb/js-bson/commit/2dd54e5275fc72dd8cd579a1636d2a73b7b0e790))
23+
* type issues with SerializeOptions and Long methods accepting Timestamp ([c18ba71](https://github.com/mongodb/js-bson/commit/c18ba71229129c8ea34e40265a9503c10e29a9e0))
24+
525
<a name="4.1.0"></a>
626
# [4.1.0](https://github.com/mongodb/js-bson/compare/v4.0.4...v4.1.0) (2020-08-10)
727

bower.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
22
"name": "bson",
33
"description": "A bson parser for node.js and the browser",
4-
"keywords": ["mongodb", "bson", "parser"],
4+
"keywords": [
5+
"mongodb",
6+
"bson",
7+
"parser"
8+
],
59
"author": "Christian Amor Kvalheim <[email protected]>",
610
"main": "./dist/bson.js",
711
"license": "Apache-2.0",
8-
"moduleType": ["globals", "node"],
12+
"moduleType": [
13+
"globals",
14+
"node"
15+
],
916
"ignore": [
1017
"**/.*",
1118
"alternate_parsers",
@@ -15,5 +22,5 @@
1522
"test",
1623
"tools"
1724
],
18-
"version": "4.1.0"
25+
"version": "4.2.0"
1926
}

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.1.0",
18+
"version": "4.2.0",
1919
"author": "Christian Amor Kvalheim <[email protected]>",
2020
"license": "Apache-2.0",
2121
"contributors": [],

0 commit comments

Comments
 (0)