Skip to content

Commit

Permalink
Merge pull request #11 from djMax/master
Browse files Browse the repository at this point in the history
release 1.2.1
  • Loading branch information
djMax authored Aug 15, 2018
2 parents 8d04b43 + 6d3c890 commit ff87375
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

* Stable build

1.2.0 / 2018-08-15
1.2.1 / 2018-08-15
==================

* Send null for the value during lock renewal (#6)
Expand Down
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Be sure to include PR number and github username reference where applicable.

5) Push the release commit

6) BUILD THE MODULE! Run `make` or the published files will not match your source.

6) Publish the package: `npm publish`

7) Create a github release: `Release x.y.z`. Keep changelog notes in the changelog, not the release comment
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microlock",
"version": "1.2.0",
"version": "1.2.1",
"description": "Simple distributed locking with Etcd for Node.js",
"main": "lib/microlock.js",
"repository": {
Expand Down

0 comments on commit ff87375

Please sign in to comment.