We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d76716 commit d4a5300Copy full SHA for d4a5300
CHANGELOG.md
@@ -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
+
5
v1.0.0 / 2019-03-27
6
=================
7
* Initial release.
package.json
@@ -1,6 +1,6 @@
{
"name": "promise.allsettled",
- "version": "1.0.0",
+ "version": "1.0.1",
"author": "Jordan Harband",
"contributors": [
0 commit comments