Skip to content

Commit

Permalink
release v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Oct 4, 2016
1 parent fde0836 commit 6da7ebc
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Master

# 4.0.5

* fix require('es6-promise/auto') for Node < 4

# 4.0.4

* fix asap when using https://github.com/Kinvey/titanium-sdk
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "es6-promise",
"namespace": "Promise",
"version": "4.0.4",
"version": "4.0.5",
"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
@@ -1,7 +1,7 @@
{
"name": "es6-promise",
"namespace": "es6-promise",
"version": "4.0.4",
"version": "4.0.5",
"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 6da7ebc

Please sign in to comment.