Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 30, 2017
1 parent be93b86 commit 264ba1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.4.0 / 2017-11-29
=================
* [New] add `Array.prototype.flat{ten,Map}`, now at stage 3
* [Deps] update `promise.prototype.finally`
* [Dev Deps] update `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `tape`
* [Tests] up to `node` `v9.2`, `v8.9`, `v6.12`; use `nvm install-latest-npm`; pin included builds to LTS

1.3.0 / 2017-07-28
=================
* [New] add `promise.prototype.finally` shim, and ES2018 target
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airbnb-js-shims",
"version": "1.3.0",
"version": "1.4.0",
"description": "JS language shims used by Airbnb.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 264ba1d

Please sign in to comment.