Skip to content

Commit 79c8fcc

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](1.1.3...2.0.0) (2020-11-30) ### Features * add commitlint Github Action ([66349e4](66349e4)) * add option to exit the process after execute() resolves ([979a906](979a906)) * allow Delegate to log errors by implementing .logError() ([c6403f7](c6403f7)) * 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 544c22d commit 79c8fcc

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [2.0.0](https://github.com/strvcom/heimdall/compare/1.1.3...2.0.0) (2020-11-30)
2+
3+
4+
### Features
5+
6+
* add commitlint Github Action ([66349e4](https://github.com/strvcom/heimdall/commit/66349e4aec59f28136b0aeaf1a7ebce6d534cf82))
7+
* add option to exit the process after execute() resolves ([979a906](https://github.com/strvcom/heimdall/commit/979a90661f06bf6ca788cd092418e7027311fe0f))
8+
* allow Delegate to log errors by implementing .logError() ([c6403f7](https://github.com/strvcom/heimdall/commit/c6403f7c956e7a95638628af0ffeb256ee8332b2))
9+
* drop Node.js 10 support ([ca2f8ad](https://github.com/strvcom/heimdall/commit/ca2f8ad2a4b107a06624542c10de7b6c23b550e3))
10+
* mark Node.js 14 as officially supported ([faca8aa](https://github.com/strvcom/heimdall/commit/faca8aa177130c08b0dfe73b27d63d5ee72a957c))
11+
* rewrite to TypeScript ([6c59432](https://github.com/strvcom/heimdall/commit/6c5943240afdc3c19a1ed8eaf778f148ed163a7c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Node.js v10 is no longer supported.
17+
* 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.
18+
* Node.js 11 is no longer officially supported although it is unlikely that Heimdall will not work on this release.
19+
120
# [2.0.0-alpha.3](https://github.com/strvcom/heimdall/compare/2.0.0-alpha.2...2.0.0-alpha.3) (2020-11-13)
221

322

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": "2.0.0-alpha.3",
4+
"version": "2.0.0",
55
"author": "Robert Rossmann <[email protected]>",
66
"bugs": "https://github.com/strvcom/heimdall/issues",
77
"contributors": [],

0 commit comments

Comments
 (0)