Skip to content

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uphold-bot committed Sep 10, 2024
1 parent 0c97f2e commit 96b9123
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v4.0.0](https://github.com/uphold/process-manager/releases/tag/v4.0.0) (2024-09-10)
- Add `npm whoami` to release workflow [\#47](https://github.com/uphold/process-manager/pull/47) ([satazor](https://github.com/satazor))
- Fix CI badge in README [\#46](https://github.com/uphold/process-manager/pull/46) ([satazor](https://github.com/satazor))
- Fix badges in README [\#45](https://github.com/uphold/process-manager/pull/45) ([satazor](https://github.com/satazor))
- Add missing publish config to package.json [\#44](https://github.com/uphold/process-manager/pull/44) ([satazor](https://github.com/satazor))
- Add release GitHub workflow [\#42](https://github.com/uphold/process-manager/pull/42) ([satazor](https://github.com/satazor))
- Simplify methods by using async [\#39](https://github.com/uphold/process-manager/pull/39) ([Americas](https://github.com/Americas))
- Update CI action [\#38](https://github.com/uphold/process-manager/pull/38) ([Americas](https://github.com/Americas))
- Allow users of this package to configure the logger [\#34](https://github.com/uphold/process-manager/pull/34) ([Americas](https://github.com/Americas))

## [v3.0.0](https://github.com/uphold/process-manager/releases/tag/v3.0.0) (2022-07-27)
- Bump vulnerable dependencies [\#32](https://github.com/uphold/process-manager/pull/32) ([jspranger](https://github.com/jspranger))
- Update linting rules [\#31](https://github.com/uphold/process-manager/pull/31) ([Americas](https://github.com/Americas))
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uphold/process-manager",
"version": "3.0.0",
"version": "4.0.0",
"description": "A module for handling the lifecycle of a node process",
"keywords": [
"graceful",
Expand Down Expand Up @@ -44,5 +44,6 @@
"run": [
"lint"
]
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

0 comments on commit 96b9123

Please sign in to comment.