Skip to content

Commit b114dfe

Browse files
committed
Fix linter issues with the SDK changelog
1 parent e03588d commit b114dfe

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

packages/sdk/CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
### Changed
1414

15-
- Remove deprecated asynchoronous response handling code.
15+
- Remove deprecated asynchronous response handling code.
1616

1717
## [1.1.0] - 2024-12-10
1818

@@ -33,7 +33,8 @@
3333

3434
### Added
3535

36-
- Allow passing `before`, `after` pagination cursors for apps, accounts, components endpoints
36+
- Allow passing `before`, `after` pagination cursors for apps, accounts,
37+
components endpoints
3738

3839
## [1.0.11] - 2024-12-06
3940

@@ -64,8 +65,8 @@
6465

6566
### Changed
6667

67-
- The backend client now correctly uses asynchronous messaging to handle long running
68-
operations.
68+
- The backend client now correctly uses asynchronous messaging to handle long
69+
running operations.
6970
- Updated the backend command line tool to respect the `ENVIRONMENT` env variable
7071
if set.
7172

@@ -74,8 +75,8 @@
7475
### Changed
7576

7677
- Use client Connect tokens to make api calls directly from the client.
77-
- Deprecated the `environments` property on `createFrontendClient` since it is now
78-
stored in the token
78+
- Deprecated the `environments` property on `createFrontendClient` since it is
79+
now stored in the token
7980

8081
## [1.0.5] - 2024-11-18
8182

0 commit comments

Comments
 (0)