Skip to content

Commit

Permalink
Merge pull request #10 from djMax/master
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
djMax committed Aug 15, 2018
2 parents d6ef790 + eccda96 commit 8d04b43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@

* Stable build

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

* Send null for the value during lock renewal (#6)
* Don't throw lock-not-owned when that isn't the error (#6)
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.0.2",
"version": "1.2.0",
"description": "Simple distributed locking with Etcd for Node.js",
"main": "lib/microlock.js",
"repository": {
Expand Down

0 comments on commit 8d04b43

Please sign in to comment.