Skip to content

Commit ff87375

Browse files
authored
Merge pull request #11 from djMax/master
release 1.2.1
2 parents 8d04b43 + 6d3c890 commit ff87375

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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)

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Be sure to include PR number and github username reference where applicable.
1111

1212
5) Push the release commit
1313

14+
6) BUILD THE MODULE! Run `make` or the published files will not match your source.
15+
1416
6) Publish the package: `npm publish`
1517

1618
7) Create a github release: `Release x.y.z`. Keep changelog notes in the changelog, not the release comment

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)