From 96b9123e003c6607a7eaa84936c9686c742a4057 Mon Sep 17 00:00:00 2001 From: Uphold Date: Tue, 10 Sep 2024 11:30:50 +0000 Subject: [PATCH] Release `v4.0.0` --- CHANGELOG.md | 10 ++++++++++ package.json | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56511aa..d1e6a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 462efec..4df998c 100644 --- a/package.json +++ b/package.json @@ -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", @@ -44,5 +44,6 @@ "run": [ "lint" ] - } + }, + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }