Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jul 7, 2021
1 parent 344ac15 commit 89fa0b1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 23 deletions.
38 changes: 16 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,34 @@
## <small>1.0.13 (2021-07-01)</small>
## [1.1.0](https://github.com/simonecorsi/fine/compare/1.0.13...1.1.0) (2021-07-07)

* docs: updated readme example ([97e611e](https://github.com/simonecorsi/fine/commit/97e611e))

### Features

### BREAKING CHANGE
* avoid registering duplicated handlers ([30422b8](https://github.com/simonecorsi/fine/commit/30422b85138da4d01350136fa474b506bbb731df))
* change options interface ([344ac15](https://github.com/simonecorsi/fine/commit/344ac15371a04231f1ac097b7126b5c0a6d1017f))

* options are now 3 parameters


## <small>1.0.12 (2021-07-01)</small>
### [1.0.13](https://github.com/simonecorsi/fine/compare/1.0.12...1.0.13) (2021-07-01)

* chore(release): 1.0.12 ([33414a5](https://github.com/simonecorsi/fine/commit/33414a5))
* feat!: reworked options ([8d922c2](https://github.com/simonecorsi/fine/commit/8d922c2))

### ⚠ BREAKING CHANGES

* options are now 3 parameters

## <small>1.0.11 (2021-06-24)</small>

* chore(release): 1.0.11 ([21d2855](https://github.com/simonecorsi/fine/commit/21d2855))
* ci: installing deps before publish ([27226f1](https://github.com/simonecorsi/fine/commit/27226f1))

### Documentation

* updated readme example ([97e611e](https://github.com/simonecorsi/fine/commit/97e611ec9fdcba56c3cd174ae0f4de1e7af88a51))

## <small>1.0.10 (2021-06-24)</small>
### [1.0.12](https://github.com/simonecorsi/fine/compare/1.0.11...1.0.12) (2021-07-01)

* chore: update readme [skip ci] ([f252a25](https://github.com/simonecorsi/fine/commit/f252a25))
* chore(release): 1.0.10 ([8928e06](https://github.com/simonecorsi/fine/commit/8928e06))
* ci: add is-ci ([147f1fb](https://github.com/simonecorsi/fine/commit/147f1fb))

### ⚠ BREAKING CHANGES

* reworked options

## <small>1.0.9 (2021-06-24)</small>
### Features

* chore(release): 1.0.9 ([012bd4b](https://github.com/simonecorsi/fine/commit/012bd4b))
* build(husky): upgrade to 6 ([435bb7f](https://github.com/simonecorsi/fine/commit/435bb7f))
* fixes: vulnerability ([5037c28](https://github.com/simonecorsi/fine/commit/5037c28))
* reworked options ([8d922c2](https://github.com/simonecorsi/fine/commit/8d922c21ca3aa341f3aae8c2dbd24eb1eba0d6dc))

### [1.0.11](https://github.com/simonecorsi/fine/compare/1.0.10...1.0.11) (2021-06-24)

### [1.0.10](https://github.com/simonecorsi/fine/compare/1.0.9...1.0.10) (2021-06-24)

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scdev/fine",
"version": "1.0.13",
"version": "1.1.0",
"description": "Gracefully exit Node.js process",
"main": "index.js",
"bugs": {
Expand Down

0 comments on commit 89fa0b1

Please sign in to comment.