Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Jul 21, 2014
1 parent 387ca4e commit 7cff4ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.4.2

* Fix for rare false negative in [unhandled rejection reporting](docs/api.md#debugging-promises).

### 3.4.1

* Fix for `promise.finally` not waiting on returned promises.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "when",
"version": "3.4.1",
"version": "3.4.2",
"main": "when.js",
"moduleType": ["amd", "node"],
"description": "A lightweight Promises/A+ and when() implementation, plus other async goodies.",
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": "when",
"version": "3.4.1",
"version": "3.4.2",
"description": "A lightweight Promises/A+ and when() implementation, plus other async goodies.",
"keywords": [
"cujo",
Expand Down
2 changes: 1 addition & 1 deletion when.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* when is part of the cujoJS family of libraries (http://cujojs.com/)
* @author Brian Cavalier
* @author John Hann
* @version 3.4.1
* @version 3.4.2
*/
(function(define) { 'use strict';
define(function (require) {
Expand Down

0 comments on commit 7cff4ac

Please sign in to comment.