Skip to content

Commit 4acd65d

Browse files
committed
chore(release): 0.0.6
1 parent 35c5287 commit 4acd65d

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.6](https://github.com/ecomplus/cloud-commerce/compare/v0.0.5...v0.0.6) (2022-06-16)
6+
7+
8+
### Features
9+
10+
* **api:** New config option `maxRetries` (default 3) to retry on 429 and 5xx errors ([35c5287](https://github.com/ecomplus/cloud-commerce/commit/35c5287545a79bd15596f96e88bdb7d98c056183))
11+
512
### [0.0.5](https://github.com/ecomplus/cloud-commerce/compare/v0.0.4...v0.0.5) (2022-06-16)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudcommerce",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native",
55
"main": "src/index.js",
66
"author": "E-Com Club Softwares para E-commerce <ti@e-com.club>",

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudcommerce/api",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "E-Com Plus Cloud Commerce APIs client/adapter",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/apps/discounts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudcommerce/app-discounts",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "E-Com Plus Cloud Commerce app for complex discount rules",
55
"main": "functions/dist/index.js",
66
"repository": {

packages/storefront/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudcommerce/storefront",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "E-Com Plus Cloud Commerce storefront with Astro",
55
"main": "src/index.js",
66
"repository": {

0 commit comments

Comments
 (0)