diff --git a/CHANGELOG.md b/CHANGELOG.md index e25681a..b5c19c6 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. +### [1.11.7](https://github.com/ecomplus/application-sdk/compare/v1.11.6...v1.11.7) (2020-03-18) + + +### Bug Fixes + +* **api-request:** using ecomClient for better parsing and queue control ([fa3d2f2](https://github.com/ecomplus/application-sdk/commit/fa3d2f2b0a5a71c3750c7b889f0e9c15832597e8)) + ### [1.11.6](https://github.com/ecomplus/application-sdk/compare/v1.11.5...v1.11.6) (2020-02-18) diff --git a/package-lock.json b/package-lock.json index 0afcaca..8cf2422 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/application-sdk", - "version": "1.11.6", + "version": "1.11.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8b47b23..cf18682 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/application-sdk", - "version": "1.11.6", + "version": "1.11.7", "description": "App auth and methods to E-Com Plus Store API with NodeJS and Firestore/SQLite", "main": "main.js", "scripts": {