Skip to content

Commit 21b7e65

Browse files
committed
build: 2.0.1 release
1 parent ae1f797 commit 21b7e65

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## <small>2.0.1 (2022-07-22)</small>
2+
3+
* feat: exposing TS types ([ae1f797](https://github.com/readmeio/remove-undefined-objects/commit/ae1f797))
4+
* chore(deps-dev): bump @commitlint/cli from 16.2.4 to 17.0.2 (#23) ([294c92f](https://github.com/readmeio/remove-undefined-objects/commit/294c92f)), closes [#23](https://github.com/readmeio/remove-undefined-objects/issues/23)
5+
* chore(deps-dev): bump @commitlint/cli from 17.0.2 to 17.0.3 (#28) ([686234f](https://github.com/readmeio/remove-undefined-objects/commit/686234f)), closes [#28](https://github.com/readmeio/remove-undefined-objects/issues/28)
6+
* chore(deps-dev): bump @commitlint/config-conventional (#25) ([20091f7](https://github.com/readmeio/remove-undefined-objects/commit/20091f7)), closes [#25](https://github.com/readmeio/remove-undefined-objects/issues/25)
7+
* chore(deps-dev): bump @commitlint/config-conventional (#27) ([c938722](https://github.com/readmeio/remove-undefined-objects/commit/c938722)), closes [#27](https://github.com/readmeio/remove-undefined-objects/issues/27)
8+
* chore(deps-dev): bump @readme/eslint-config from 8.7.3 to 8.7.5 (#24) ([726275e](https://github.com/readmeio/remove-undefined-objects/commit/726275e)), closes [#24](https://github.com/readmeio/remove-undefined-objects/issues/24)
9+
* chore(deps-dev): bump @readme/eslint-config from 8.7.5 to 8.8.0 (#30) ([2f5a75b](https://github.com/readmeio/remove-undefined-objects/commit/2f5a75b)), closes [#30](https://github.com/readmeio/remove-undefined-objects/issues/30)
10+
* chore(deps-dev): bump eslint from 8.14.0 to 8.16.0 (#21) ([a1fbe7b](https://github.com/readmeio/remove-undefined-objects/commit/a1fbe7b)), closes [#21](https://github.com/readmeio/remove-undefined-objects/issues/21)
11+
* chore(deps-dev): bump eslint from 8.16.0 to 8.18.0 (#26) ([30d4a4c](https://github.com/readmeio/remove-undefined-objects/commit/30d4a4c)), closes [#26](https://github.com/readmeio/remove-undefined-objects/issues/26)
12+
* chore(deps-dev): bump husky from 7.0.4 to 8.0.1 (#20) ([6ad9c48](https://github.com/readmeio/remove-undefined-objects/commit/6ad9c48)), closes [#20](https://github.com/readmeio/remove-undefined-objects/issues/20)
13+
* chore(deps-dev): bump prettier from 2.6.2 to 2.7.1 (#29) ([065014d](https://github.com/readmeio/remove-undefined-objects/commit/065014d)), closes [#29](https://github.com/readmeio/remove-undefined-objects/issues/29)
14+
* chore(deps-dev): bump typescript from 4.6.4 to 4.7.2 (#22) ([154981f](https://github.com/readmeio/remove-undefined-objects/commit/154981f)), closes [#22](https://github.com/readmeio/remove-undefined-objects/issues/22)
15+
* chore(deps-dev): bump typescript from 4.7.2 to 4.7.4 (#31) ([692ffbc](https://github.com/readmeio/remove-undefined-objects/commit/692ffbc)), closes [#31](https://github.com/readmeio/remove-undefined-objects/issues/31)
16+
* chore(deps-dev): bumping out of date dev deps ([10ddd10](https://github.com/readmeio/remove-undefined-objects/commit/10ddd10))
17+
* chore(deps): bump github/codeql-action from 1 to 2 (#15) ([93138b1](https://github.com/readmeio/remove-undefined-objects/commit/93138b1)), closes [#15](https://github.com/readmeio/remove-undefined-objects/issues/15)
18+
* build(deps-dev): bump @commitlint/cli from 16.2.3 to 16.2.4 (#16) ([09a2ecd](https://github.com/readmeio/remove-undefined-objects/commit/09a2ecd)), closes [#16](https://github.com/readmeio/remove-undefined-objects/issues/16)
19+
* build(deps-dev): bump @commitlint/config-conventional (#17) ([66280e1](https://github.com/readmeio/remove-undefined-objects/commit/66280e1)), closes [#17](https://github.com/readmeio/remove-undefined-objects/issues/17)
20+
* build(deps-dev): bump @readme/eslint-config from 8.7.2 to 8.7.3 (#19) ([c388978](https://github.com/readmeio/remove-undefined-objects/commit/c388978)), closes [#19](https://github.com/readmeio/remove-undefined-objects/issues/19)
21+
* build(deps-dev): bump typescript from 4.6.3 to 4.6.4 (#18) ([83cded8](https://github.com/readmeio/remove-undefined-objects/commit/83cded8)), closes [#18](https://github.com/readmeio/remove-undefined-objects/issues/18)
22+
* ci: shouldn't need to use npm 7 to install everything ([427a5d2](https://github.com/readmeio/remove-undefined-objects/commit/427a5d2))
23+
24+
25+
126
## 2.0.0 (2022-04-26)
227

328
* feat: supporting node 18 (#14) ([ee2b7ba](https://github.com/readmeio/remove-undefined-objects/commit/ee2b7ba)), closes [#14](https://github.com/readmeio/remove-undefined-objects/issues/14)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "2.0.1",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"author": "Jon Ursenbach <[email protected]>",

0 commit comments

Comments
 (0)