Skip to content

Commit 15e6c3e

Browse files
committed
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
1 parent b6d898e commit 15e6c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "object-inspect",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "string representations of objects in node and the browser",
55
"main": "index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)