Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Feb 26, 2018
1 parent bd61c45 commit 0ea96bd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.0.5"></a>
## 1.0.5 (2018-02-26)


### Bug Fixes

* **decimal128:** add basic guard against REDOS attacks ([bd61c45](https://github.com/mongodb/js-bson/commit/bd61c45))
* **objectid:** if pid is 1, use random value ([e188ae6](https://github.com/mongodb/js-bson/commit/e188ae6))



1.0.4 2016-01-11
----------------
- #204 remove Buffer.from as it's partially broken in early 4.x.x. series of node releases.
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A bson parser for node.js and the browser",
"keywords": ["mongodb", "bson", "parser"],
"files": ["lib", "index.js", "browser_build", "bower.json"],
"version": "1.0.4",
"version": "1.0.5",
"author": "Christian Amor Kvalheim <[email protected]>",
"contributors": [],
"repository": "mongodb/js-bson",
Expand All @@ -21,6 +21,7 @@
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"conventional-changelog-cli": "^1.3.5",
"webpack": "^1.13.2",
"webpack-polyfills-plugin": "0.0.9"
},
Expand All @@ -37,6 +38,7 @@
"scripts": {
"test": "nodeunit ./test/node",
"build": "webpack --config ./webpack.dist.config.js",
"changelog": "conventional-changelog -p angular -i HISTORY.md -s",
"lint": "eslint lib test",
"format":
"prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'"
Expand Down

0 comments on commit 0ea96bd

Please sign in to comment.