File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33
44* Stable build
55
6- 1.2.0 / 2018-08-15
6+ 1.2.1 / 2018-08-15
77==================
88
99* Send null for the value during lock renewal (#6 )
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ Be sure to include PR number and github username reference where applicable.
1111
12125 ) Push the release commit
1313
14+ 6 ) BUILD THE MODULE! Run ` make ` or the published files will not match your source.
15+
14166 ) Publish the package: ` npm publish `
1517
16187 ) Create a github release: ` Release x.y.z ` . Keep changelog notes in the changelog, not the release comment
Original file line number Diff line number Diff line change 11{
22 "name" : " microlock" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " Simple distributed locking with Etcd for Node.js" ,
55 "main" : " lib/microlock.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments