Skip to content

Commit b56deda

Browse files
chore: release (#2547)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent 3a9c444 commit b56deda

File tree

9 files changed

+18
-16
lines changed

9 files changed

+18
-16
lines changed

.changeset/hip-socks-fetch.md

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

.changeset/safe-user-agent.md

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

docs/english/reference/web-api/functions/addAppMetadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
function addAppMetadata(__namedParameters): void;
77
```
88

9-
Defined in: [packages/web-api/src/instrument.ts:31](https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/instrument.ts#L31)
9+
Defined in: [packages/web-api/src/instrument.ts:45](https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/instrument.ts#L45)
1010

1111
Appends the app metadata into the User-Agent value
1212

docs/english/reference/web-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @slack/web-api v7.15.0
1+
# @slack/web-api v7.15.1
22

33
## Enumerations
44

docs/english/reference/webhook/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @slack/webhook v7.0.8
1+
# @slack/webhook v7.0.9
22

33
## Enumerations
44

packages/web-api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @slack/web-api
22

3+
## 7.15.1
4+
5+
### Patch Changes
6+
7+
- 3a9c444: build(deps): bump minimum axios version to 1.15.0
8+
- 175dcb8: Fix user-agent header to URI-encode characters outside the Latin-1 range, preventing errors when `process.title` contains non-ASCII characters
9+
310
## 7.15.0
411

512
### Minor Changes

packages/web-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slack/web-api",
3-
"version": "7.15.0",
3+
"version": "7.15.1",
44
"description": "Official library for using the Slack Platform's Web API",
55
"author": "Slack Technologies, LLC",
66
"license": "MIT",

packages/webhook/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @slack/webhook
22

3+
## 7.0.9
4+
5+
### Patch Changes
6+
7+
- 3a9c444: build(deps): bump minimum axios version to 1.15.0
8+
39
## 7.0.8
410

511
### Patch Changes

packages/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slack/webhook",
3-
"version": "7.0.8",
3+
"version": "7.0.9",
44
"description": "Official library for using the Slack Platform's Incoming Webhooks",
55
"author": "Slack Technologies, LLC",
66
"license": "MIT",

0 commit comments

Comments
 (0)