Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Nov 30, 2020
1 parent 544c22d commit 79c8fcc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.0.0](https://github.com/strvcom/heimdall/compare/1.1.3...2.0.0) (2020-11-30)


### Features

* add commitlint Github Action ([66349e4](https://github.com/strvcom/heimdall/commit/66349e4aec59f28136b0aeaf1a7ebce6d534cf82))
* add option to exit the process after execute() resolves ([979a906](https://github.com/strvcom/heimdall/commit/979a90661f06bf6ca788cd092418e7027311fe0f))
* allow Delegate to log errors by implementing .logError() ([c6403f7](https://github.com/strvcom/heimdall/commit/c6403f7c956e7a95638628af0ffeb256ee8332b2))
* drop Node.js 10 support ([ca2f8ad](https://github.com/strvcom/heimdall/commit/ca2f8ad2a4b107a06624542c10de7b6c23b550e3))
* mark Node.js 14 as officially supported ([faca8aa](https://github.com/strvcom/heimdall/commit/faca8aa177130c08b0dfe73b27d63d5ee72a957c))
* rewrite to TypeScript ([6c59432](https://github.com/strvcom/heimdall/commit/6c5943240afdc3c19a1ed8eaf778f148ed163a7c))


### 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.

# [2.0.0-alpha.3](https://github.com/strvcom/heimdall/compare/2.0.0-alpha.2...2.0.0-alpha.3) (2020-11-13)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@strv/heimdall",
"description": "A simple process signal manager",
"version": "2.0.0-alpha.3",
"version": "2.0.0",
"author": "Robert Rossmann <[email protected]>",
"bugs": "https://github.com/strvcom/heimdall/issues",
"contributors": [],
Expand Down

0 comments on commit 79c8fcc

Please sign in to comment.