Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
This release fixes a `for...in` loop by ensuring it loops
over the object's own enumerable properties rather than
all enumerable properties.

#### Fix

- Fixes `for...in` loop by merging PR #3

#### Development

- Enforces the above fix through `tslint.json`
  • Loading branch information
mcmath committed Jun 16, 2016
1 parent 88d98a6 commit 54b0953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deep-map-keys",
"version": "1.1.1",
"version": "1.1.2",
"description": "Transforms nested keys of complex objects",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 54b0953

Please sign in to comment.