-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 2.0.0-alpha.1 [skip ci]
# [2.0.0-alpha.1](1.1.3...2.0.0-alpha.1) (2020-05-05) ### Features * add commitlint Github Action ([66349e4](66349e4)) * drop Node.js 10 support ([ca2f8ad](ca2f8ad)) * mark Node.js 14 as officially supported ([faca8aa](faca8aa)) * rewrite to TypeScript ([6c59432](6c59432)) ### BREAKING CHANGES * Node.js v10 is no longer supported. * Heimdall will no longer wait 10 seconds after a second signal has been received before it forcibly kills the process. Instead, it will kill the process immediatelly in the next event loop. * Node.js 11 is no longer officially supported although it is unlikely that Heimdall will not work on this release.
- Loading branch information
1 parent
ffed058
commit e8ca425
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@strv/heimdall", | ||
"description": "A simple process signal manager", | ||
"version": "1.1.3", | ||
"version": "2.0.0-alpha.1", | ||
"author": "Robert Rossmann <[email protected]>", | ||
"bugs": "https://github.com/strvcom/heimdall/issues", | ||
"contributors": [], | ||
|