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 3
3
4
4
* Stable build
5
5
6
- 1.2.0 / 2018-08-15
6
+ 1.2.1 / 2018-08-15
7
7
==================
8
8
9
9
* 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.
11
11
12
12
5 ) Push the release commit
13
13
14
+ 6 ) BUILD THE MODULE! Run ` make ` or the published files will not match your source.
15
+
14
16
6 ) Publish the package: ` npm publish `
15
17
16
18
7 ) 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 1
1
{
2
2
"name" : " microlock" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " Simple distributed locking with Etcd for Node.js" ,
5
5
"main" : " lib/microlock.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments