Skip to content

Commit

Permalink
v1.10.0
Browse files Browse the repository at this point in the history
 - [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
  • Loading branch information
ljharb committed Apr 17, 2021
1 parent b6d898e commit 15e6c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 15e6c3e

Please sign in to comment.