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 1cfa2b2 commit eccda96Copy full SHA for eccda96
CHANGELOG.md
@@ -3,8 +3,8 @@
3
4
* Stable build
5
6
-1.1.0 / 2018-06-03
+1.2.0 / 2018-08-15
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)
+* 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.1.0",
+ "version": "1.2.0",
"description": "Simple distributed locking with Etcd for Node.js",
"main": "lib/microlock.js",
"repository": {
0 commit comments