Skip to content

Commit a30b609

Browse files
committed
v1.0.2
1 parent ed49521 commit a30b609

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v1.0.2 / 2019-12-13
2+
=================
3+
* [Refactor] use split-up `es-abstract` (44% bundle size decrease)
4+
* [Fix] no longer require `Array.from`; works in older envs
5+
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `functions-have-names`, `safe-publish-latest`, `tape`
6+
* [meta] add `funding` field
7+
* [meta] move repo to es-shims org
8+
* [Tests] temporarily comment out failing test in node 12+
9+
* [Tests] suppress unhandled rejection warnings
10+
* [Tests] skip "`undefined` receiver" test
11+
* [Tests] use shared travis-ci configs
12+
* [Tests] use `functions-have-names`
13+
* [actions] add automatic rebasing / merge commit blocking
14+
115
v1.0.1 / 2019-05-06
216
=================
317
* [Fix] when a promise has a poisoned `.then` method, reject the overarching promise (#1)

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.1",
3+
"version": "1.0.2",
44
"author": "Jordan Harband <[email protected]>",
55
"funding": {
66
"url": "https://github.com/sponsors/ljharb"

0 commit comments

Comments
 (0)