From 15e6c3ee23ecc359913fd95be98223893f8332fd Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 17 Apr 2021 11:24:56 -0700 Subject: [PATCH] v1.10.0 - [New] add `WeakRef` support - [New] respect `Symbol.toStringTag` on objects - [Fix] do not allow Symbol.toStringTag to masquerade as builtins - [meta] use `prepublishOnly` script for npm 7+ - [meta] create `FUNDING.yml` - [meta] do not publish github action workflow files - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `tape` - [actions] use `node/install` instead of `node/run`; use `codecov` action - [Tests] increase coverage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee5efc1..9a2f187 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "object-inspect", - "version": "1.9.0", + "version": "1.10.0", "description": "string representations of objects in node and the browser", "main": "index.js", "devDependencies": {