Skip to content

Commit c692ae7

Browse files
committed
release v4.0.0
1 parent 85de508 commit c692ae7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
# 4.0.0
4+
5+
* no longer polyfill automatically, if needed one can still invoke
6+
`require('es6-promise/auto')` directly.
7+
38
# 3.3.1
49

510
* fix links in readme

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.3.1",
4+
"version": "4.0.0",
55
"description": "A polyfill for ES6-style Promises, tracking rsvp",
66
"authors": [
77
"Stefan Penner <[email protected]>"

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.3.1",
4+
"version": "4.0.0",
55
"description": "A lightweight library that provides tools for organizing asynchronous code",
66
"main": "dist/es6-promise.js",
77
"typings": "es6-promise.d.ts",

0 commit comments

Comments
 (0)