Skip to content

Commit

Permalink
chore(release): 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jun 24, 2021
1 parent 435bb7f commit 012bd4b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## <small>1.0.9 (2021-06-24)</small>

* build(husky): upgrade to 6 ([435bb7f](https://github.com/simonecorsi/fine/commit/435bb7f))
* fixes: vulnerability ([5037c28](https://github.com/simonecorsi/fine/commit/5037c28))



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

* chore(release): 1.0.8 ([0bc45bf](https://github.com/simonecorsi/fine/commit/0bc45bf))
* feat: added option ([6cb9453](https://github.com/simonecorsi/fine/commit/6cb9453))


Expand Down Expand Up @@ -27,9 +35,3 @@



## <small>1.0.3 (2021-06-23)</small>

* chore(release): 1.0.3 ([0204370](https://github.com/simonecorsi/fine/commit/0204370))



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scdev/fine",
"version": "1.0.8",
"version": "1.0.9",
"description": "Gracefully exit Node.js process",
"main": "index.js",
"bugs": {
Expand Down Expand Up @@ -50,4 +50,4 @@
"scripts": {
"prepare": "is-ci || husky install"
}
}
}

0 comments on commit 012bd4b

Please sign in to comment.