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 Jan 28, 2015
1 parent 31f50e8 commit 47e8b75
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.7.1

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

### 3.7.0

* Add [`process` and `window` unhandled rejection events](#docs/debug-api.md) for cross-library debugging tools.
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.7.0",
"version": "3.7.1",
"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.7.0",
"version": "3.7.1",
"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.7.0
* @version 3.7.1
*/
(function(define) { 'use strict';
define(function (require) {
Expand Down

0 comments on commit 47e8b75

Please sign in to comment.