-
Notifications
You must be signed in to change notification settings - Fork 11k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix changeset bump type (#34155)
- Loading branch information
1 parent
826b217
commit 70c577a
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
'@rocket.chat/apps-engine': minor | ||
'@rocket.chat/livechat': minor | ||
'@rocket.chat/i18n': minor | ||
'@rocket.chat/meteor': minor | ||
'@rocket.chat/apps-engine': patch | ||
'@rocket.chat/livechat': patch | ||
'@rocket.chat/i18n': patch | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Prevent apps' subprocesses from crashing on unhandled rejections or uncaught exceptions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'@rocket.chat/apps-engine': minor | ||
'@rocket.chat/apps-engine': patch | ||
--- | ||
|
||
Add support to configure apps runtime timeout via the APPS_ENGINE_RUNTIME_TIMEOUT environment variable |