Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 5140400

Browse files
committed
chore(release): 2.0.4
1 parent 85d79c9 commit 5140400

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

HISTORY.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="2.0.4"></a>
6+
## [2.0.4](https://github.com/mongodb-js/bson-ext/compare/v2.0.3...v2.0.4) (2020-07-31)
7+
8+
9+
110
<a name="2.03"></a>
211
## [2.03](https://github.com/christkv/bson-ext/compare/v2.0.2...v2.03) (2019-04-08)
312

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bson",
77
"parser"
88
],
9-
"version": "2.0.3",
9+
"version": "2.0.4",
1010
"author": "Christian Amor Kvalheim <[email protected]>",
1111
"contributors": [],
1212
"repository": {
@@ -28,6 +28,7 @@
2828
"conventional-changelog-cli": "^1.3.15",
2929
"mocha": "^3.5.3",
3030
"mongodb-extjson": "^2.1.0",
31+
"standard-version": "^4.4.0",
3132
"prebuild": "^9.0.1"
3233
},
3334
"main": "./lib/index",
@@ -41,6 +42,7 @@
4142
"rebuild": "prebuild --compile",
4243
"prebuild": "prebuild --strip --verbose --all",
4344
"prebuild-legacy": "prebuild --strip --verbose --runtime node --target 4.0.0",
45+
"release": "standard-version -i HISTORY.md",
4446
"test": "mocha ./test/node"
4547
},
4648
"licenses": [

0 commit comments

Comments
 (0)