Skip to content

Commit c76e112

Browse files
committed
Release v4.4.0
1 parent 0a65f3b commit c76e112

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v4.4.0](https://github.com/uphold/process-manager/releases/tag/v4.4.0) (2026-01-05)
4+
5+
- Update `release` workflow to use trusted OIDC publishing [\#56](https://github.com/uphold/process-manager/pull/56) ([risantos](https://github.com/risantos))
6+
- Update `release` workflow step order [\#55](https://github.com/uphold/process-manager/pull/55) ([risantos](https://github.com/risantos))
7+
- Update all dependencies, Node.js min to v20, replace `jest` with `node:test` [\#54](https://github.com/uphold/process-manager/pull/54) ([risantos](https://github.com/risantos))
8+
39
## [v4.3.0](https://github.com/uphold/process-manager/releases/tag/v4.3.0) (2025-01-02)
410
- Remove `DEBUG` check to fallback to console.error [\#53](https://github.com/uphold/process-manager/pull/53) ([satazor](https://github.com/satazor))
511
- Print errors on each line [\#52](https://github.com/uphold/process-manager/pull/52) ([satazor](https://github.com/satazor))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uphold/process-manager",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "A module for handling the lifecycle of a node process",
55
"keywords": [
66
"graceful",

0 commit comments

Comments
 (0)