Skip to content

Commit caf5b2d

Browse files
committed
chore(release): 1.3.7 [skip ci]
1 parent c71f482 commit caf5b2d

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.3.7](https://github.com/salesforcecli/plugin-api/compare/1.3.6...1.3.7) (2026-01-09)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @smithy/config-resolver from 4.3.3 to 4.4.5 ([04116fc](https://github.com/salesforcecli/plugin-api/commit/04116fc33d912f448ef9e66ce9a5a86055c7a78d))
6+
17
## [1.3.6](https://github.com/salesforcecli/plugin-api/compare/1.3.5...1.3.6) (2025-12-05)
28

39
### Bug Fixes

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2025, Salesforce.com, Inc.
1+
Copyright (c) 2026, Salesforce.com, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ EXAMPLES
113113
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
114114
```
115115

116-
_See code: [src/commands/api/request/graphql.ts](https://github.com/salesforcecli/plugin-api/blob/1.3.6/src/commands/api/request/graphql.ts)_
116+
_See code: [src/commands/api/request/graphql.ts](https://github.com/salesforcecli/plugin-api/blob/1.3.7/src/commands/api/request/graphql.ts)_
117117

118118
## `sf api request rest [URL]`
119119

@@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
222222
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
223223
```
224224

225-
_See code: [src/commands/api/request/rest.ts](https://github.com/salesforcecli/plugin-api/blob/1.3.6/src/commands/api/request/rest.ts)_
225+
_See code: [src/commands/api/request/rest.ts](https://github.com/salesforcecli/plugin-api/blob/1.3.7/src/commands/api/request/rest.ts)_
226226

227227
<!-- commandsstop -->
228228

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-api",
33
"description": "A plugin to call API endpoints via CLI commands",
4-
"version": "1.3.6",
4+
"version": "1.3.7",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)