diff --git a/CHANGELOG.md b/CHANGELOG.md index 952e689..f613215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.1](https://github.com/Kikobeats/map-values-deep/compare/v1.0.0...v1.0.1) (2019-06-19) + + +### Build System + +* update travis ([f112fc7](https://github.com/Kikobeats/map-values-deep/commit/f112fc7)) + + + ## 1.0.0 (2019-06-04) diff --git a/package.json b/package.json index b02a4e0..a06e230 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.0", + "version": "1.0.1", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com",