Skip to content

Commit

Permalink
chore(release): 1.1.1 [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 b0ee8bc commit b397036
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [1.1.1](https://github.com/simonecorsi/fine/compare/1.1.0...1.1.1) (2021-07-07)


### Bug Fixes

* ci ([b0ee8bc](https://github.com/simonecorsi/fine/commit/b0ee8bcc196fb63f9511d6bc560213a412a0a715))

## [1.1.0](https://github.com/simonecorsi/fine/compare/1.0.13...1.1.0) (2021-07-07)


Expand Down Expand Up @@ -30,5 +37,3 @@

### [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)

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.1.0",
"version": "1.1.1",
"description": "Gracefully exit Node.js process",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -49,4 +49,4 @@
"prepare": "is-ci || husky install",
"types": "tsc --allowJs -d --emitDeclarationOnly index.js"
}
}
}

0 comments on commit b397036

Please sign in to comment.