Skip to content

Commit 4f173b3

Browse files
ci: release (#7240)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4101b1b commit 4f173b3

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

.changeset/yellow-ladybugs-add.md

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

docs/content/4.sdk/5.reference/change-log.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
**[FIXED]** `Content-Length` header will no longer be appended to requests if its value is "0" - such situation caused Next.js server to crash
8+
39
## 3.2.0
410

511
### Minor Changes

packages/sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
**[FIXED]** `Content-Length` header will no longer be appended to requests if its value is "0" - such situation caused Next.js server to crash
8+
39
## 3.2.0
410

511
### Minor Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-storefront/sdk",
33
"license": "MIT",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"main": "lib/index.cjs.js",
66
"module": "lib/index.es.js",
77
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)