diff --git a/CHANGELOG.md b/CHANGELOG.md index 34131c8..e89380e 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.15.4](https://github.com/ecomplus/application-sdk/compare/v1.15.3...v1.15.4) (2021-06-17) + + +### Bug Fixes + +* **api-request:** send token request in advance when token would expire in up to 30min ([bc1949e](https://github.com/ecomplus/application-sdk/commit/bc1949e337f2a3a99284b5ccdbba633ebfcd6053)) + ### [1.15.3](https://github.com/ecomplus/application-sdk/compare/v1.15.2...v1.15.3) (2021-06-17) diff --git a/package-lock.json b/package-lock.json index 13d4f80..edacceb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/application-sdk", - "version": "1.15.3", + "version": "1.15.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 28fcd1a..c5e0384 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/application-sdk", - "version": "1.15.3", + "version": "1.15.4", "description": "App auth and methods to E-Com Plus Store API with NodeJS and Firestore/SQLite", "main": "main.js", "scripts": {