-
Couldn't load subscription status.
- Fork 5.5k
add ProxyResponse type, change DEBUG location #16366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,14 @@ | |
|
|
||
| # Changelog | ||
|
|
||
| ## [1.5.3] - 2025-04-18 | ||
|
|
||
| ### Added | ||
|
|
||
| - Added `ProxyResponse` type for makeProxyRequest | ||
| - changed the location of connect DEBUG calls so they'll still show in the | ||
|
Check failure on line 10 in packages/sdk/CHANGELOG.md
|
||
| error case. | ||
|
Check failure on line 11 in packages/sdk/CHANGELOG.md
|
||
| ## [1.5.2] - 2025-04-15 | ||
|
Check failure on line 12 in packages/sdk/CHANGELOG.md
|
||
|
|
||
| ### Added | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix Markdown lint errors: trailing spaces, capitalization, wrapping, and list spacing
Line 10 has a trailing space (MD009), the item should be capitalized to match other entries, and the text must wrap within 80 characters. Also, lists must be surrounded by blank lines (MD032)—add a blank line after the list before the next header. Apply this diff to lines 10–11:
Then insert a blank line before the
## [1.5.2] - 2025-04-15heading.🧰 Tools
🪛 GitHub Check: test
[failure] 10-10: Trailing spaces
packages/sdk/CHANGELOG.md:10:75 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md009.md
[failure] 11-11: Lists should be surrounded by blank lines
packages/sdk/CHANGELOG.md:11 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "error case."] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md032.md
🪛 GitHub Actions: Lint SDK Markdown Files
[error] 10-10: markdownlint MD009/no-trailing-spaces: Trailing spaces detected (Expected: 0 or 2; Actual: 1). See https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md009.md