Skip to content

Commit 23c0fe7

Browse files
committed
v1.2.5
1 parent 300d15b commit 23c0fe7

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.2.5 / 2021-10-01
2+
=================
3+
* [readme] add github actions/codecov badges; update description; remove travis badge
4+
* [Deps] update `call-bind`, `es-abstract`; remove unused `function-bind`
5+
* [meta] use `prepublishOnly`, for npm 7+
6+
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `has-strict-mode`, `object-inspect`, `tape`
7+
* [actions] update workflows
8+
* [actions] use `node/install` instead of `node/run`; use `codecov` action
9+
* [Tests] increase coverage
10+
111
1.2.4 / 2020-11-18
212
=================
313
* [Deps] update `es-abstract`; use `call-bind` where applicable

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "array.prototype.flatmap",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"author": {
55
"name": "Jordan Harband",
66
"email": "ljharb@gmail.com",

0 commit comments

Comments
 (0)