diff --git a/.changeset/happy-bats-joke.md b/.changeset/happy-bats-joke.md deleted file mode 100644 index f795742..0000000 --- a/.changeset/happy-bats-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'omit-empty-es': patch ---- - -Update dependencies diff --git a/.changeset/thick-experts-cough.md b/.changeset/thick-experts-cough.md deleted file mode 100644 index c4832fb..0000000 --- a/.changeset/thick-experts-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'omit-empty-es': minor ---- - -Update dependencies and repository tooling diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd359b..798ec7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## 1.1.0 +## 1.2.0 + +### Minor Changes + +- [#38](https://github.com/emmenko/omit-empty-es/pull/38) [`c427f1b`](https://github.com/emmenko/omit-empty-es/commit/c427f1b748fbfcf738160abbd42d046932ce72e3) Thanks [@emmenko](https://github.com/emmenko)! - Update dependencies and repository tooling + +### Patch Changes + +- [#49](https://github.com/emmenko/omit-empty-es/pull/49) [`d45b316`](https://github.com/emmenko/omit-empty-es/commit/d45b316dfa656deab4d7da357aad6b5caa110a44) Thanks [@emmenko](https://github.com/emmenko)! - Update dependencies + ## 1.1.3 ### Patch Changes diff --git a/package.json b/package.json index 2afaf82..df852d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "omit-empty-es", "description": "(fork of omit-empty) Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.", - "version": "1.1.3", + "version": "1.2.0", "homepage": "https://github.com/emmenko/omit-empty-es", "repository": { "type": "git",