We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2dc894 commit 1cfa2b2Copy full SHA for 1cfa2b2
CHANGELOG.md
@@ -3,3 +3,8 @@
3
4
* Stable build
5
6
+1.1.0 / 2018-06-03
7
+==================
8
+
9
+* Send null for the value during lock renewal (#6)
10
+* Don't throw lock-not-owned when that isn't the error (#6)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "microlock",
- "version": "1.0.2",
+ "version": "1.1.0",
"description": "Simple distributed locking with Etcd for Node.js",
"main": "lib/microlock.js",
"repository": {
0 commit comments