Skip to content

Commit 79e1e78

Browse files
committed
build: release 3.0.0
1 parent 7a2c8cc commit 79e1e78

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 3.0.0 (2023-06-14)
2+
3+
* 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)
4+
* 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)
5+
* chore: bumping out of date deps ([5d60c32](https://github.com/readmeio/remove-undefined-objects/commit/5d60c32))
6+
* chore(deps-dev): bumping deps ([ab90654](https://github.com/readmeio/remove-undefined-objects/commit/ab90654))
7+
* chore(deps-dev): bumping deps ([0c5af78](https://github.com/readmeio/remove-undefined-objects/commit/0c5af78))
8+
* chore(deps-dev): bumping out of date deps ([d7b8b8f](https://github.com/readmeio/remove-undefined-objects/commit/d7b8b8f))
9+
* chore(deps-dev): bumping out of date deps ([4846d0d](https://github.com/readmeio/remove-undefined-objects/commit/4846d0d))
10+
* chore(deps): bumping out of date deps ([90f6e67](https://github.com/readmeio/remove-undefined-objects/commit/90f6e67))
11+
12+
13+
114
## <small>2.0.2 (2022-12-01)</small>
215

316
* 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)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "remove-undefined-objects",
33
"description": "Remove undefined properties and empty arrays from an object",
4-
"version": "2.0.2",
4+
"version": "3.0.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"author": "Jon Ursenbach <[email protected]>",

0 commit comments

Comments
 (0)