Skip to content

Commit

Permalink
chore(release): 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Mar 26, 2020
1 parent 067a7ba commit c307ca8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

<a name="4.0.4"></a>
## [4.0.4](https://github.com/mongodb/js-bson/compare/v4.0.3...v4.0.4) (2020-03-26)


### Bug Fixes

* improve EJSON generation for previously skipped edge cases ([30f5a8f](https://github.com/mongodb/js-bson/commit/30f5a8f))
* only upgrade `symbol` to `string` if `promoteValues` is true ([067a7ba](https://github.com/mongodb/js-bson/commit/067a7ba))



<a name="4.0.3"></a>
## [4.0.3](https://github.com/mongodb/js-bson/compare/v4.0.2...v4.0.3) (2020-01-09)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"test",
"tools"
],
"version": "4.0.3"
"version": "4.0.4"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dist",
"bower.json"
],
"version": "4.0.3",
"version": "4.0.4",
"author": "Christian Amor Kvalheim <christkv@gmail.com>",
"license": "Apache-2.0",
"contributors": [],
Expand Down

0 comments on commit c307ca8

Please sign in to comment.