Skip to content

Commit 1cfa2b2

Browse files
committed
Release 1.1.0
1 parent e2dc894 commit 1cfa2b2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33

44
* Stable build
55

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

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.0.2",
3+
"version": "1.1.0",
44
"description": "Simple distributed locking with Etcd for Node.js",
55
"main": "lib/microlock.js",
66
"repository": {

0 commit comments

Comments
 (0)