Skip to content

Commit 0a0445d

Browse files
committed
v1.2.0
This release adds support for objects containing circular references. #### Feature - Support for circular references #### Dependencies - Two new dependencies added - lodash - es6-weak-map #### Documentation - README updated accordingly
1 parent 306a4fc commit 0a0445d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deep-map-keys",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Transforms nested keys of complex objects",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)