Skip to content

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.1](v1.6.0...v1.6.1) (2019-03-09)

### Bug Fixes

* Stop mutating the path array. This was happening when using arrays instead of dot notation in the `get` and `exists` methods. ([f10f6ed](f10f6ed))
  • Loading branch information
semantic-release-bot committed Mar 9, 2019
1 parent f10f6ed commit ac68519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "object-dot",
"version": "1.6.0",
"version": "1.6.1",
"description": "Easily use dot notation to `get`, or `set` a property of a nested object.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ac68519

Please sign in to comment.