We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5feb12f commit 7656804Copy full SHA for 7656804
HISTORY.md
@@ -1,3 +1,13 @@
1
+<a name="1.0.9"></a>
2
+## [1.0.9](https://github.com/mongodb/js-bson/compare/v1.0.8...v1.0.9) (2018-06-07)
3
+
4
5
+### Bug Fixes
6
7
+* **serializer:** remove use of `const` ([5feb12f](https://github.com/mongodb/js-bson/commit/5feb12f))
8
9
10
11
<a name="1.0.7"></a>
12
## [1.0.7](https://github.com/mongodb/js-bson/compare/v1.0.6...v1.0.7) (2018-06-06)
13
package.json
@@ -12,7 +12,7 @@
"browser_build",
"bower.json"
14
],
15
- "version": "1.0.8",
+ "version": "1.0.9",
16
"author": "Christian Amor Kvalheim <christkv@gmail.com>",
17
"contributors": [],
18
"repository": "mongodb/js-bson",
0 commit comments