Skip to content

Commit add8469

Browse files
ci: release (#1554)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a89d1e1 commit add8469

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

.changeset/cold-peas-rush.md

-5
This file was deleted.

docs/content/6.reference/changelogs/vue-storefront-magento-api.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-storefront/magento-api
22

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- a89d1e10: ** [CHANGED] ** - increase the HttpAgent socket timeout from `10s` to `30s` to prevent timeout errors on slow connections.
8+
39
## 6.0.0
410

511
### Major Changes

packages/api-client/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-storefront/magento-api
22

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- a89d1e10: ** [CHANGED] ** - increase the HttpAgent socket timeout from `10s` to `30s` to prevent timeout errors on slow connections.
8+
39
## 6.0.0
410

511
### Major Changes

packages/api-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/magento-api",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"sideEffects": false,
55
"homepage": "https://github.com/vuestorefront/magento2",
66
"bugs": {

0 commit comments

Comments
 (0)