Skip to content

Commit 7dd1224

Browse files
committed
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
1 parent 3ddb3e4 commit 7dd1224

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.6.0",
3+
"version": "1.7.0",
44
"description": "string representations of objects in node and the browser",
55
"main": "index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)