Skip to content

Commit 98c9ab5

Browse files
committed
docs: Add "Development" section to README
1 parent 910e4d9 commit 98c9ab5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,10 @@ to disable jittering. The default value is `0.5`. Please note that the jittering
119119

120120
Sets or returns *key* function for [object constancy](https://bost.ocks.org/mike/constancy/). The
121121
default value is `undefined`.
122+
123+
## Development
124+
125+
To bump version run the followings after commit all changes:
126+
127+
npm version vx.y.z
128+
npm publish

0 commit comments

Comments
 (0)