Skip to content

Commit

Permalink
ci: release (#7240)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 22, 2024
1 parent 4101b1b commit 4f173b3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/yellow-ladybugs-add.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/content/4.sdk/5.reference/change-log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 3.2.1

### Patch Changes

**[FIXED]** `Content-Length` header will no longer be appended to requests if its value is "0" - such situation caused Next.js server to crash

## 3.2.0

### Minor Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 3.2.1

### Patch Changes

**[FIXED]** `Content-Length` header will no longer be appended to requests if its value is "0" - such situation caused Next.js server to crash

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-storefront/sdk",
"license": "MIT",
"version": "3.2.0",
"version": "3.2.1",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 4f173b3

Please sign in to comment.