From 67878c8ff6363de3b796f732f4a1bdd2ea18cf8a Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Sun, 16 Oct 2016 02:09:03 +0100 Subject: [PATCH] v1.0.0 --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index a72be8f..d37f5cf 100644 --- a/changelog.md +++ b/changelog.md @@ -12,7 +12,7 @@ * Export `defer` function -## Next +## 1.0.0 * Fix: `.busy` starts as `false` * `Deferred` object used internally converted to class with `.promise` attribute diff --git a/package.json b/package.json index 49028a6..6172b1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lock-queue", - "version": "0.3.0", + "version": "1.0.0", "description": "Simple locking mechanism to serialize (queue) access to a resource", "main": "./lib/", "author": {