Skip to content

Commit

Permalink
v0.4.2 announces support for RequireJS.
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jun 4, 2011
1 parent 182d922 commit e174fa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# vim:ts=4:sts=4:sw=4:et:tw=60

0.4.2
- Added support for RequireJS (jburke)

0.4.1
- Added an "end" method to the promise prototype,
as a shorthand for waiting for the promise to
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "q",
"description": "A library for promises (CommonJS/Promises/A,B,D)",
"version": "0.4.1",
"version": "0.4.2",
"homepage": "http://github.com/kriskowal/q/",
"author": "Kris Kowal <[email protected]> (http://github.com/kriskowal/)",
"contributors": [
Expand Down

0 comments on commit e174fa5

Please sign in to comment.