From 7dd1224072239f08bd5dbb82ae5e7120d88ac562 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 10 Nov 2019 20:28:21 -0800 Subject: [PATCH] v1.7.0 - [New] add support for `WeakMap` and `WeakSet` - [Refactor] add early bailout to `isMap` and `isSet` checks - [meta] add `funding` field - [meta] add copyright to LICENSE (#21) - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `core-js`, `tape` - [Tests] use shared travis-ci configs - [Tests] use `npx aud` in `posttest` - [Tests] Fix invalid strict-mode syntax with hexadecimal (#22) - [Tests] add linting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8407de..2fd2779 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "object-inspect", - "version": "1.6.0", + "version": "1.7.0", "description": "string representations of objects in node and the browser", "main": "index.js", "devDependencies": {