Skip to content

Commit

Permalink
0.9.5
Browse files Browse the repository at this point in the history
(Minified)
  • Loading branch information
kriskowal committed Jun 10, 2013
1 parent 4ea5ffb commit a649a09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- vim:ts=4:sts=4:sw=4:et:tw=60 -->

## 0.9.5 (unreleased)
## 0.9.5

- Introduces `inspect` for getting the state of a promise as
`{state: "fulfilled" | "rejected" | "pending", value | reason}`.
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.9.4",
"version": "0.9.5",
"description": "A library for promises (CommonJS/Promises/A,B,D)",
"homepage": "https://github.com/kriskowal/q",
"author": "Kris Kowal <[email protected]> (https://github.com/kriskowal)",
Expand Down
Loading

0 comments on commit a649a09

Please sign in to comment.