Skip to content

Commit

Permalink
Version Packages (#2)
Browse files Browse the repository at this point in the history
* Version Packages

* docs: update changelog format

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
emmenko and github-actions[bot] authored Dec 5, 2020
1 parent 1fe2614 commit 297e4d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-fishes-sip.md

This file was deleted.

14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# 1.0.3
## 1.1.0

### Minor Changes

- [`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.

## 1.0.3

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

# 1.0.2
## 1.0.2

- remove UMD build

# 1.0.1
## 1.0.1

- define module entry points and UMD bundle

# 1.0.0
## 1.0.0

Publish `omit-empty-es` as a production bundle using [Parcel](https://parceljs.org/).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.0.3",
"version": "1.1.0",
"homepage": "https://github.com/emmenko/omit-empty-es",
"repository": {
"type": "git",
Expand Down

0 comments on commit 297e4d4

Please sign in to comment.