Skip to content

Commit

Permalink
release v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Sep 27, 2016
1 parent edd85b0 commit 021cacf
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Master

# 4.0.1
# 4.0.2

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

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.

3 changes: 2 additions & 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.1",
"version": "4.0.2",
"description": "A lightweight library that provides tools for organizing asynchronous code",
"main": "dist/es6-promise.js",
"typings": "es6-promise.d.ts",
Expand All @@ -12,6 +12,7 @@
"dist",
"lib",
"es6-promise.d.ts",
"auto.js",
"!dist/test"
],
"devDependencies": {
Expand Down

0 comments on commit 021cacf

Please sign in to comment.