Skip to content

Commit 05f4809

Browse files
committed
Update CHANGELOG
1 parent fd63634 commit 05f4809

File tree

4 files changed

+120
-134
lines changed

4 files changed

+120
-134
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
## Version History
1212

13+
### v11.3.1
14+
15+
- :bug: Remove Debug Calls
16+
- :arrow_up: Update Core Deps
17+
1318
### v11.3.0
1419

1520
- :tada: Add support for Group Selection in Video Creation API (v2)

lib/api/query.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ export default class QueryCommands extends Commands {
7272

7373
const body = await res.text();
7474

75-
console.error(body);
76-
7775
return body;
7876
}
7977
}

lib/auth.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ export class APIAuthPassword extends APIAuth {
5454
opts.headers.Authorization = `Bearer ${this.jwt}`;
5555
}
5656

57-
console.error('OPTIONS', opts);
58-
59-
6057
return await fetch(url, opts);
6158
}
6259
}

0 commit comments

Comments
 (0)