Skip to content

Commit c307ca8

Browse files
committed
chore(release): 4.0.4
1 parent 067a7ba commit c307ca8

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

HISTORY.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
<a name="4.0.4"></a>
6+
## [4.0.4](https://github.com/mongodb/js-bson/compare/v4.0.3...v4.0.4) (2020-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* improve EJSON generation for previously skipped edge cases ([30f5a8f](https://github.com/mongodb/js-bson/commit/30f5a8f))
12+
* only upgrade `symbol` to `string` if `promoteValues` is true ([067a7ba](https://github.com/mongodb/js-bson/commit/067a7ba))
13+
14+
15+
516
<a name="4.0.3"></a>
617
## [4.0.3](https://github.com/mongodb/js-bson/compare/v4.0.2...v4.0.3) (2020-01-09)
718

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"test",
2323
"tools"
2424
],
25-
"version": "4.0.3"
25+
"version": "4.0.4"
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
@@ -11,7 +11,7 @@
1111
"dist",
1212
"bower.json"
1313
],
14-
"version": "4.0.3",
14+
"version": "4.0.4",
1515
"author": "Christian Amor Kvalheim <[email protected]>",
1616
"license": "Apache-2.0",
1717
"contributors": [],

0 commit comments

Comments
 (0)