Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Oct 16, 2016
1 parent fb5fd95 commit 67878c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 67878c8

Please sign in to comment.