You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
## 1.0.3 (2026-01-09)
4
+
5
+
Full Changelog: [v1.0.2...v1.0.3](https://github.com/brapi-dev/brapi-typescript/compare/v1.0.2...v1.0.3)
6
+
7
+
### Chores
8
+
9
+
* break long lines in snippets into multiline ([0ad21db](https://github.com/brapi-dev/brapi-typescript/commit/0ad21db412ef19e1bfaa289dade2d847841e4340))
10
+
***internal:** codegen related update ([7f1e27e](https://github.com/brapi-dev/brapi-typescript/commit/7f1e27ee7cef8d6e1d85c6aef27aa59b8b15c3c9))
11
+
3
12
## 1.0.2 (2025-12-06)
4
13
5
14
Full Changelog: [v1.0.1...v1.0.2](https://github.com/brapi-dev/brapi-typescript/compare/v1.0.1...v1.0.2)
`"Ambiguous URL; The \`baseURL\` option (or BRAPI_BASE_URL env var) and the \`environment\` option are given. If you want to use the environment you must pass baseURL: null"`,
321
341
);
322
342
323
-
constclient=newBrapi({apiKey: 'My API Key',baseURL: null,environment: 'production'});
0 commit comments