Skip to content

Commit a72ab2c

Browse files
ci(changesets): version packages (#50)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 15b92bb commit a72ab2c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/happy-bats-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thick-experts-cough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## 1.1.0
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
313
## 1.1.3
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "omit-empty-es",
33
"description": "(fork of omit-empty) Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.",
4-
"version": "1.1.3",
4+
"version": "1.2.0",
55
"homepage": "https://github.com/emmenko/omit-empty-es",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)