Skip to content

Commit f617484

Browse files
chore: release
1 parent f34cdba commit f617484

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

.changeset/neat-toys-wonder.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/cli-hooks/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @slack/cli-hooks
2+
3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- 8962739: fix(cli-hooks): stop app process if the start hook exits
8+
9+
Fixes a CLI [issue](https://github.com/slackapi/slack-cli/issues/128) where daemon app processes were spawned if the CLI was exited without being interrupted.

packages/cli-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slack/cli-hooks",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Node implementation of the contract between the Slack CLI and Bolt for JavaScript",
55
"author": "Slack Technologies, LLC",
66
"license": "MIT",

0 commit comments

Comments
 (0)