Skip to content

Commit 5a2a91d

Browse files
committed
Release 3.2.1
1 parent 3f5f994 commit 5a2a91d

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Master
22

3+
# 3.2.0
4+
5+
* improve tamper resistence of Promise.all Promise.race and
6+
Promise.prototype.then (note, this isn't complete, but addresses an exception
7+
when used \w core-js, follow up work will address entirely)
8+
* remove spec incompatible then chaining fast-path
9+
* add eslint
10+
* update build deps
11+
12+
# 3.1.2
13+
314
* fix node detection issues with NWJS/electron
415

516
# 3.1.0

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "es6-promise",
33
"namespace": "Promise",
4-
"version": "3.1.2",
4+
"version": "3.2.1",
55
"description": "A polyfill for ES6-style Promises, tracking rsvp",
66
"authors": [
77
"Stefan Penner <[email protected]>"

dist/es6-promise.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
44
* @license Licensed under MIT license
55
* See https://raw.githubusercontent.com/jakearchibald/es6-promise/master/LICENSE
6-
* @version 3.1.2
6+
* @version 3.2.1
77
*/
88

99
(function() {

dist/es6-promise.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "es6-promise",
33
"namespace": "es6-promise",
4-
"version": "3.1.2",
4+
"version": "3.2.1",
55
"description": "A lightweight library that provides tools for organizing asynchronous code",
66
"main": "dist/es6-promise.js",
77
"directories": {

0 commit comments

Comments
 (0)