Skip to content

Commit d4a5300

Browse files
committed
v1.0.1
1 parent 4d76716 commit d4a5300

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.0.1 / 2019-05-06
2+
=================
3+
* [Fix] when a promise has a poisoned `.then` method, reject the overarching promise (#1)
4+
15
v1.0.0 / 2019-03-27
26
=================
37
* Initial release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promise.allsettled",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Jordan Harband",
55
"contributors": [
66
{

0 commit comments

Comments
 (0)