Skip to content

Commit eccda96

Browse files
committed
Fix version and changelog given mistaken release of 1.1
1 parent 1cfa2b2 commit eccda96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

44
* Stable build
55

6-
1.1.0 / 2018-06-03
6+
1.2.0 / 2018-08-15
77
==================
88

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

0 commit comments

Comments
 (0)