Skip to content

Commit eac4d27

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](2.2.0...3.0.0) (2025-01-13) ### chore * upgrade deps & ESLint, drop older Node.js support ([5c3bfe0](5c3bfe0)) ### Features * add support of Node ^20, ^22, ^23 ([58537d3](58537d3)) * drop support for Node.js v18 ([dc3ec65](dc3ec65)) * upgrade deps, move to ESLint flat config 🚀 ([b6560e6](b6560e6)) ### BREAKING CHANGES * Node.js v18 is no longer officially supported. * Minimum supported Node.js version is now v18 and v20.
1 parent dc3ec65 commit eac4d27

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [3.0.0](https://github.com/strvcom/heimdall/compare/2.2.0...3.0.0) (2025-01-13)
2+
3+
4+
### chore
5+
6+
* upgrade deps & ESLint, drop older Node.js support ([5c3bfe0](https://github.com/strvcom/heimdall/commit/5c3bfe0e0400fa5a3ea659404b440b5ef2d7c044))
7+
8+
9+
### Features
10+
11+
* add support of Node ^20, ^22, ^23 ([58537d3](https://github.com/strvcom/heimdall/commit/58537d3f89a8b97d005e4dacf569c1a1b85868c7))
12+
* drop support for Node.js v18 ([dc3ec65](https://github.com/strvcom/heimdall/commit/dc3ec653844363980fd14bfe2f828d5ca2fd9919))
13+
* upgrade deps, move to ESLint flat config 🚀 ([b6560e6](https://github.com/strvcom/heimdall/commit/b6560e6dd7e4a6580da328bbbc2af322cfe47a37))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* Node.js v18 is no longer officially supported.
19+
* Minimum supported Node.js version is now v18 and v20.
20+
121
# [2.2.0](https://github.com/strvcom/heimdall/compare/2.1.0...2.2.0) (2022-04-25)
222

323

package-lock.json

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

0 commit comments

Comments
 (0)