Skip to content

Commit

Permalink
Version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Apr 29, 2012
1 parent c73758e commit 38452ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- WARNING: The deprecated ``node`` export will be removed.
Use ``nbind``.

## Next minor
## 0.8.3

- Added ``isFulfilled``, ``isRejected``, and ``isResolved``
to the promise prototype.
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": "q",
"version": "0.8.2",
"version": "0.8.3",
"description": "A library for promises (CommonJS/Promises/A,B,D)",
"homepage": "http://github.com/kriskowal/q/",
"author": "Kris Kowal <[email protected]> (http://github.com/kriskowal/)",
Expand Down

0 comments on commit 38452ab

Please sign in to comment.