From 5fd74aee40aba36e9a8eb0c329abd33a07b93164 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 21 Dec 2017 12:17:48 -0800 Subject: [PATCH] v4.1.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 166a4fc..45434ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +4.0.4 / 2017-12-21 +================== + * [New] add `auto` entry point (#52) + * [Refactor] Use `has-symbols` module + * [Deps] update `function-bind`, `object-keys` + * [Dev Deps] update `@es-shims/api`, `browserify`, `nsp`, `eslint`, `@ljharb/eslint-config`, `is` + * [Tests] up to `node` `v9.3`, `v8.9`, `v6.12`; use `nvm install-latest-npm`; pin included builds to LTS + 4.0.4 / 2016-07-04 ================== * [Fix] Cache original `getOwnPropertySymbols`, and use that when `Object.getOwnPropertySymbols` is unavailable diff --git a/package.json b/package.json index d809891..6362d93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "object.assign", - "version": "4.0.4", + "version": "4.1.0", "author": "Jordan Harband", "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim", "license": "MIT",