From c5205e1ed8f440e677625c2558415ebe16ce7fcf Mon Sep 17 00:00:00 2001 From: Chaoqian Xu Date: Fri, 20 Dec 2024 08:01:02 +0800 Subject: [PATCH] chore(shell): add patch bump for JS package shell-js --- .changes/change-pr-2224.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changes/change-pr-2224.md b/.changes/change-pr-2224.md index 616344f9..b1a0f00b 100644 --- a/.changes/change-pr-2224.md +++ b/.changes/change-pr-2224.md @@ -1,5 +1,6 @@ --- "shell": patch +"shell-js": patch --- -Use &self instead of self to allow kill to be called multiple times. +Use &self instead of self to allow kill to be called multiple times.