diff --git a/CHANGELOG.md b/CHANGELOG.md index f613215..3ef2280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.2](https://github.com/Kikobeats/map-values-deep/compare/v1.0.1...v1.0.2) (2019-07-11) + + + ### [1.0.1](https://github.com/Kikobeats/map-values-deep/compare/v1.0.0...v1.0.1) (2019-06-19) diff --git a/package.json b/package.json index a06e230..4c72c66 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "map-values-deep", "description": "Recursive lodash.mapValues", "homepage": "https://nicedoc.io/Kikobeats/map-values-deep", - "version": "1.0.1", + "version": "1.0.2", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com", @@ -97,5 +97,8 @@ "git add" ] } - } + }, + "contributors": [ + "Daniel Shmuglin " + ] }