Skip to content

Commit 36740ff

Browse files
committed
build: 1.1.0 release
1 parent 84c2eaf commit 36740ff

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## 1.1.0 (2022-03-23)
2+
3+
* chore: fixing our husky commit hook ([63bf82f](https://github.com/readmeio/remove-undefined-objects/commit/63bf82f))
4+
* chore: removing some docs from the pkg as they're in our .github/ repo now ([84c2eaf](https://github.com/readmeio/remove-undefined-objects/commit/84c2eaf))
5+
* chore(deps-dev): bumping out of date deps ([cd8d81f](https://github.com/readmeio/remove-undefined-objects/commit/cd8d81f))
6+
* chore(deps): bump actions/setup-node from 2.5.1 to 3 (#1) ([9394222](https://github.com/readmeio/remove-undefined-objects/commit/9394222)), closes [#1](https://github.com/readmeio/remove-undefined-objects/issues/1)
7+
* fix: allowing null object properties to remain (#8) ([66915cc](https://github.com/readmeio/remove-undefined-objects/commit/66915cc)), closes [#8](https://github.com/readmeio/remove-undefined-objects/issues/8)
8+
* build(deps-dev): bump @commitlint/cli from 16.1.0 to 16.2.1 (#6) ([48be27b](https://github.com/readmeio/remove-undefined-objects/commit/48be27b)), closes [#6](https://github.com/readmeio/remove-undefined-objects/issues/6)
9+
* build(deps-dev): bump @commitlint/config-conventional (#2) ([1541151](https://github.com/readmeio/remove-undefined-objects/commit/1541151)), closes [#2](https://github.com/readmeio/remove-undefined-objects/issues/2)
10+
* build(deps-dev): bump @readme/eslint-config from 8.4.1 to 8.4.2 (#5) ([652d4f6](https://github.com/readmeio/remove-undefined-objects/commit/652d4f6)), closes [#5](https://github.com/readmeio/remove-undefined-objects/issues/5)
11+
* build(deps-dev): bump @types/jest from 27.4.0 to 27.4.1 (#7) ([e6684da](https://github.com/readmeio/remove-undefined-objects/commit/e6684da)), closes [#7](https://github.com/readmeio/remove-undefined-objects/issues/7)
12+
* build(deps-dev): bump eslint from 8.8.0 to 8.10.0 (#3) ([81b1fd1](https://github.com/readmeio/remove-undefined-objects/commit/81b1fd1)), closes [#3](https://github.com/readmeio/remove-undefined-objects/issues/3)
13+
* build(deps-dev): bump typescript from 4.5.5 to 4.6.2 (#4) ([da15d0e](https://github.com/readmeio/remove-undefined-objects/commit/da15d0e)), closes [#4](https://github.com/readmeio/remove-undefined-objects/issues/4)
14+
15+
16+

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": "1.0.0",
4+
"version": "1.1.0",
55
"main": "dist/index.js",
66
"author": "Jon Ursenbach <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)