Skip to content

Commit 631fc79

Browse files
committed
Bump version, update changelog
1 parent 47e8b75 commit 631fc79

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 3.7.2
2+
3+
* Republish 3.7.1 npm package: for some reason, `npm publish` did not include the file `poll.js` when publishing 3.7.1
4+
* No functional changes
5+
16
### 3.7.1
27

38
* Fix `when.settle` unhandled rejection reporting case.

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.7.1",
3+
"version": "3.7.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.7.1",
3+
"version": "3.7.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.7.1
8+
* @version 3.7.2
99
*/
1010
(function(define) { 'use strict';
1111
define(function (require) {

0 commit comments

Comments
 (0)