diff --git a/CHANGELOG.md b/CHANGELOG.md index 1024a86..eaf235c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v3.2.0](https://github.com/nunofgs/clean-deep/releases/tag/v3.2.0) (2019-12-04) +- add cleanKeys option [\#35](https://github.com/nunofgs/clean-deep/pull/35) ([kalimantos](https://github.com/kalimantos)) +- Fixed wrong wording [\#32](https://github.com/nunofgs/clean-deep/pull/32) ([lindekaer](https://github.com/lindekaer)) + +## [v3.1.0](https://github.com/nunofgs/clean-deep/releases/tag/v3.1.0) (2019-10-15) +- Add custom values support [\#31](https://github.com/nunofgs/clean-deep/pull/31) ([nunofgs](https://github.com/nunofgs)) + ## [v3.0.5](https://github.com/nunofgs/clean-deep/releases/tag/v3.0.5) (2019-09-10) - Move jest to dev dependencies [\#30](https://github.com/nunofgs/clean-deep/pull/30) ([nunofgs](https://github.com/nunofgs)) diff --git a/package-lock.json b/package-lock.json index 16c9aa5..c0b1b15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "clean-deep", - "version": "3.0.5", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 71e75bd..ba6dea3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-deep", - "version": "3.0.5", + "version": "3.2.0", "description": "Remove falsy, empty or nullable values from objects", "keywords": [ "clean",