Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit c2a3ba9

Browse files
daprahamiannbbeeken
authored andcommitted
3.0.3
1 parent c73dd13 commit c2a3ba9

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="3.0.3"></a>
2+
## [3.0.3](https://github.com/mongodb-js/mongodb-extjson/compare/v3.0.2...v3.0.3) (2018-07-13)
3+
4+
5+
### Bug Fixes
6+
7+
* **breaking:** reverts breaking changes in v3.0.1 and v3.0.2 ([3fab274](https://github.com/mongodb-js/mongodb-extjson/commit/3fab274))
8+
9+
10+
111
<a name="2.1.4"></a>
212
## [2.1.4](https://github.com/mongodb-js/mongodb-extjson/compare/v2.1.3...v2.1.4) (2018-05-31)
313

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-extjson",
3-
"version": "3.0.0",
3+
"version": "3.0.3",
44
"description": "MongoDB Extended JSON library",
55
"main": "index.js",
66
"browser": "dist/mongodb-extjson.js",
@@ -49,6 +49,6 @@
4949
"rollup-plugin-node-resolve": "^3.0.3"
5050
},
5151
"dependencies": {
52-
"bson": "^3.0.0"
52+
"bson": "^3.0.2"
5353
}
5454
}

0 commit comments

Comments
 (0)