Skip to content

Commit a6810b3

Browse files
ci: release (vuestorefront#7034)
* ci: release * refactor: updated changelog entry --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Fifciuu <filip.jdrasik@gmail.com>
1 parent c4534b5 commit a6810b3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/poor-tips-appear.md

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

packages/middleware/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.8.1
4+
5+
### Patch Changes
6+
7+
- c4534b523: [CHANGED] Returning HTTP Code 408 in case of ECONNABORTED from 3rd party service, and 500 in case of ECONNRESET instead of general fallback to HTTP Code 500, to provide more precise information about the case.
8+
39
## 3.8.0
410

511
### Minor Changes

packages/middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/middleware",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"main": "lib/index.cjs.js",
55
"module": "lib/index.es.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)