Skip to content

Commit 297e4d4

Browse files
Version Packages (#2)
* Version Packages * docs: update changelog format Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1fe2614 commit 297e4d4

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/forty-fishes-sip.md

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

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
# 1.0.3
1+
## 1.1.0
2+
3+
### Minor Changes
4+
5+
- [`f968e80`](https://github.com/emmenko/omit-empty-es/commit/f968e80fa3d15ce9be9b41dbee4457d988637c48) [#1](https://github.com/emmenko/omit-empty-es/pull/1) Thanks [@emmenko](https://github.com/emmenko)! - Use TypeScript, improve CI tools.
6+
7+
## 1.0.3
28

39
- bundle using [Rollup](https://rollupjs.org/)
410

5-
# 1.0.2
11+
## 1.0.2
612

713
- remove UMD build
814

9-
# 1.0.1
15+
## 1.0.1
1016

1117
- define module entry points and UMD bundle
1218

13-
# 1.0.0
19+
## 1.0.0
1420

1521
Publish `omit-empty-es` as a production bundle using [Parcel](https://parceljs.org/).

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.0.3",
4+
"version": "1.1.0",
55
"homepage": "https://github.com/emmenko/omit-empty-es",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)