From 631fc79b3970ec8c99f5e657386e1dd0b4a76f08 Mon Sep 17 00:00:00 2001 From: Brian Cavalier Date: Fri, 30 Jan 2015 10:48:53 -0500 Subject: [PATCH] Bump version, update changelog --- CHANGES.md | 5 +++++ bower.json | 2 +- package.json | 2 +- when.js | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fcb91bf6..561bcddf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +### 3.7.2 + +* Republish 3.7.1 npm package: for some reason, `npm publish` did not include the file `poll.js` when publishing 3.7.1 +* No functional changes + ### 3.7.1 * Fix `when.settle` unhandled rejection reporting case. diff --git a/bower.json b/bower.json index 131fdc40..47ef422e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "when", - "version": "3.7.1", + "version": "3.7.2", "main": "when.js", "moduleType": ["amd", "node"], "description": "A lightweight Promises/A+ and when() implementation, plus other async goodies.", diff --git a/package.json b/package.json index 60fce650..8bce5a4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "when", - "version": "3.7.1", + "version": "3.7.2", "description": "A lightweight Promises/A+ and when() implementation, plus other async goodies.", "keywords": [ "cujo", diff --git a/when.js b/when.js index beb25178..ad7a471a 100644 --- a/when.js +++ b/when.js @@ -5,7 +5,7 @@ * when is part of the cujoJS family of libraries (http://cujojs.com/) * @author Brian Cavalier * @author John Hann - * @version 3.7.1 + * @version 3.7.2 */ (function(define) { 'use strict'; define(function (require) {