Skip to content

Commit 68c50b6

Browse files
ci(changesets): version packages (#1133)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7ccd784 commit 68c50b6

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/sharp-files-end.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/sdk-client-v3/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @commercetools/ts-client
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [#1129](https://github.com/commercetools/commercetools-sdk-typescript/pull/1129) [`7ccd784`](https://github.com/commercetools/commercetools-sdk-typescript/commit/7ccd784e438235756545c425ddee4e2829b52fc0) Thanks [@ajimae](https://github.com/ajimae)! - Add custom `stringBodyContentTypes` to `HttpMiddlewareOptions`
8+
Sometimes we might want to `stringify` a request body before sending it over to
9+
server, this functionality allows the user to add custom `header` entries that
10+
forces the request body to be `stringified` before it's sent over to the backend.
11+
312
## 4.0.1
413

514
### Patch Changes

packages/sdk-client-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commercetools/ts-client",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"engines": {
55
"node": ">=18"
66
},

0 commit comments

Comments
 (0)