diff --git a/CHANGELOG.md b/CHANGELOG.md index eebdd9040..aa1f6c53b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.0.6](https://github.com/ecomplus/cloud-commerce/compare/v0.0.5...v0.0.6) (2022-06-16) + + +### Features + +* **api:** New config option `maxRetries` (default 3) to retry on 429 and 5xx errors ([35c5287](https://github.com/ecomplus/cloud-commerce/commit/35c5287545a79bd15596f96e88bdb7d98c056183)) + ### [0.0.5](https://github.com/ecomplus/cloud-commerce/compare/v0.0.4...v0.0.5) (2022-06-16) diff --git a/package.json b/package.json index 32f7dd4b9..f2b753e06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudcommerce", - "version": "0.0.5", + "version": "0.0.6", "description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native", "main": "src/index.js", "author": "E-Com Club Softwares para E-commerce ", diff --git a/packages/api/package.json b/packages/api/package.json index 27c1a7fab..a7a1a49de 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@cloudcommerce/api", - "version": "0.0.5", + "version": "0.0.6", "description": "E-Com Plus Cloud Commerce APIs client/adapter", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/apps/discounts/package.json b/packages/apps/discounts/package.json index ea0b2feb0..df8afeaaa 100644 --- a/packages/apps/discounts/package.json +++ b/packages/apps/discounts/package.json @@ -1,6 +1,6 @@ { "name": "@cloudcommerce/app-discounts", - "version": "0.0.5", + "version": "0.0.6", "description": "E-Com Plus Cloud Commerce app for complex discount rules", "main": "functions/dist/index.js", "repository": { diff --git a/packages/storefront/package.json b/packages/storefront/package.json index 1c9355a6c..da0d1cd0a 100644 --- a/packages/storefront/package.json +++ b/packages/storefront/package.json @@ -1,6 +1,6 @@ { "name": "@cloudcommerce/storefront", - "version": "0.0.5", + "version": "0.0.6", "description": "E-Com Plus Cloud Commerce storefront with Astro", "main": "src/index.js", "repository": {