Skip to content

Commit 7cff4ac

Browse files
committed
Bump version, update changelog
1 parent 387ca4e commit 7cff4ac

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.4.2
2+
3+
* Fix for rare false negative in [unhandled rejection reporting](docs/api.md#debugging-promises).
4+
15
### 3.4.1
26

37
* Fix for `promise.finally` not waiting on returned promises.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "when",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"main": "when.js",
55
"moduleType": ["amd", "node"],
66
"description": "A lightweight Promises/A+ and when() implementation, plus other async goodies.",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "when",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"description": "A lightweight Promises/A+ and when() implementation, plus other async goodies.",
55
"keywords": [
66
"cujo",

when.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* when is part of the cujoJS family of libraries (http://cujojs.com/)
66
* @author Brian Cavalier
77
* @author John Hann
8-
* @version 3.4.1
8+
* @version 3.4.2
99
*/
1010
(function(define) { 'use strict';
1111
define(function (require) {

0 commit comments

Comments
 (0)