Skip to content

Commit

Permalink
release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Sep 27, 2016
1 parent 81eabcd commit edd85b0
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Master

# 4.0.1

* fix require('es6-promise/auto');

# 4.0.0

* no longer polyfill automatically, if needed one can still invoke
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "es6-promise",
"namespace": "Promise",
"version": "4.0.0",
"version": "4.0.1",
"description": "A polyfill for ES6-style Promises, tracking rsvp",
"authors": [
"Stefan Penner <stefan.penner@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/es6-promise.auto.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/es6-promise.auto.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es6-promise.auto.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es6-promise.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/es6-promise.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es6-promise.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "es6-promise",
"namespace": "es6-promise",
"version": "4.0.0",
"version": "4.0.1",
"description": "A lightweight library that provides tools for organizing asynchronous code",
"main": "dist/es6-promise.js",
"typings": "es6-promise.d.ts",
Expand Down

0 comments on commit edd85b0

Please sign in to comment.