diff --git a/HISTORY b/HISTORY.md similarity index 100% rename from HISTORY rename to HISTORY.md diff --git a/package.json b/package.json index 023065f..7da5e65 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bson", "parser" ], - "version": "1.0.5", + "version": "2.0.0", "author": "Christian Amor Kvalheim ", "contributors": [], "repository": { @@ -19,12 +19,13 @@ }, "dependencies": { "bindings": "^1.3.0", - "bson": "^2.0.0", + "bson": "^2.0.2", "nan": "^2.9.2" }, "devDependencies": { "chai": "^4.1.2", "clang-format": "^1.2.2", + "conventional-changelog-cli": "^1.3.15", "mocha": "^3.5.3", "mongodb-extjson": "^2.1.0" }, @@ -33,9 +34,10 @@ "node": ">=4" }, "scripts": { + "changelog": "conventional-changelog -p angular -i HISTORY.md -s", + "format": "clang-format -i --style=file --glob=\"src/*.{h,cc}\"", "install": "(node-gyp rebuild 2> builderror.log) || (exit 0)", - "test": "mocha ./test/node", - "format": "clang-format -i --style=file --glob=\"src/*.{h,cc}\"" + "test": "mocha ./test/node" }, "licenses": [ {