Skip to content

Commit e8ca425

Browse files
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.
1 parent ffed058 commit e8ca425

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [2.0.0-alpha.1](https://github.com/strvcom/heimdall/compare/1.1.3...2.0.0-alpha.1) (2020-05-05)
2+
3+
4+
### Features
5+
6+
* add commitlint Github Action ([66349e4](https://github.com/strvcom/heimdall/commit/66349e4aec59f28136b0aeaf1a7ebce6d534cf82))
7+
* drop Node.js 10 support ([ca2f8ad](https://github.com/strvcom/heimdall/commit/ca2f8ad2a4b107a06624542c10de7b6c23b550e3))
8+
* mark Node.js 14 as officially supported ([faca8aa](https://github.com/strvcom/heimdall/commit/faca8aa177130c08b0dfe73b27d63d5ee72a957c))
9+
* rewrite to TypeScript ([6c59432](https://github.com/strvcom/heimdall/commit/6c5943240afdc3c19a1ed8eaf778f148ed163a7c))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* Node.js v10 is no longer supported.
15+
* 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.
16+
* Node.js 11 is no longer officially supported although it is unlikely that Heimdall will not work on this release.
17+
118
## [1.1.3](https://github.com/strvcom/heimdall/compare/1.1.2...1.1.3) (2019-12-02)
219

320

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@strv/heimdall",
33
"description": "A simple process signal manager",
4-
"version": "1.1.3",
4+
"version": "2.0.0-alpha.1",
55
"author": "Robert Rossmann <[email protected]>",
66
"bugs": "https://github.com/strvcom/heimdall/issues",
77
"contributors": [],

0 commit comments

Comments
 (0)