Skip to content

Commit

Permalink
build: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jun 14, 2023
1 parent 7a2c8cc commit 79e1e78
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 3.0.0 (2023-06-14)

* fix: typescript typings being rewritten on return (#83) ([7a2c8cc](https://github.com/readmeio/remove-undefined-objects/commit/7a2c8cc)), closes [#83](https://github.com/readmeio/remove-undefined-objects/issues/83)
* feat: dropping support for node 14 (#82) ([eb98e4c](https://github.com/readmeio/remove-undefined-objects/commit/eb98e4c)), closes [#82](https://github.com/readmeio/remove-undefined-objects/issues/82)
* chore: bumping out of date deps ([5d60c32](https://github.com/readmeio/remove-undefined-objects/commit/5d60c32))
* chore(deps-dev): bumping deps ([ab90654](https://github.com/readmeio/remove-undefined-objects/commit/ab90654))
* chore(deps-dev): bumping deps ([0c5af78](https://github.com/readmeio/remove-undefined-objects/commit/0c5af78))
* chore(deps-dev): bumping out of date deps ([d7b8b8f](https://github.com/readmeio/remove-undefined-objects/commit/d7b8b8f))
* chore(deps-dev): bumping out of date deps ([4846d0d](https://github.com/readmeio/remove-undefined-objects/commit/4846d0d))
* chore(deps): bumping out of date deps ([90f6e67](https://github.com/readmeio/remove-undefined-objects/commit/90f6e67))



## <small>2.0.2 (2022-12-01)</small>

* chore(deps-dev): bump @commitlint/cli from 17.0.3 to 17.1.2 (#35) ([3efc7cf](https://github.com/readmeio/remove-undefined-objects/commit/3efc7cf)), closes [#35](https://github.com/readmeio/remove-undefined-objects/issues/35)
Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "remove-undefined-objects",
"description": "Remove undefined properties and empty arrays from an object",
"version": "2.0.2",
"version": "3.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Jon Ursenbach <[email protected]>",
Expand Down

0 comments on commit 79e1e78

Please sign in to comment.