Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofgs committed Feb 11, 2020
1 parent 508e1f1 commit 9d8313d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v3.3.0](https://github.com/nunofgs/clean-deep/releases/tag/v3.3.0) (2020-02-11)
- Update [email protected] [\#38](https://github.com/nunofgs/clean-deep/pull/38) ([nunofgs](https://github.com/nunofgs))
- Bump handlebars from 4.1.2 to 4.5.3 [\#36](https://github.com/nunofgs/clean-deep/pull/36) ([dependabot[bot]](https://github.com/apps/dependabot))
- TypeScript declaration file [\#37](https://github.com/nunofgs/clean-deep/pull/37) ([FFKL](https://github.com/FFKL))

## [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))
Expand Down
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": "clean-deep",
"version": "3.2.0",
"version": "3.3.0",
"description": "Remove falsy, empty or nullable values from objects",
"keywords": [
"clean",
Expand Down

0 comments on commit 9d8313d

Please sign in to comment.