Skip to content

Commit

Permalink
release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Apr 22, 2013
1 parent 00b1033 commit 81f8912
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

0.2.2 / 2013-04-22
==================

* fixed; then() is passed all fulfilled values
* use setImmediate if available
* use strict

0.2.1 / 2013-02-09
==================

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": "mpromise",
"version": "0.2.1",
"version": "0.2.2",
"description": "Promises A+ conformant implementation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 81f8912

Please sign in to comment.