Skip to content

Commit 1b228e2

Browse files
committed
chore(release): 1.15.0
1 parent 4e3be25 commit 1b228e2

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [1.15.0](https://github.com/ecomplus/application-sdk/compare/v1.14.11...v1.15.0) (2021-06-17)
6+
7+
8+
### Features
9+
10+
* **api-request:** check token expires and send token update request in advance ([4e3be25](https://github.com/ecomplus/application-sdk/commit/4e3be251e502dc04b352d2bc745d5885fb803376))
11+
12+
13+
### Bug Fixes
14+
15+
* **handle-callback:** on token update, merge firestore doc with store and authentication ids ([16b9e20](https://github.com/ecomplus/application-sdk/commit/16b9e20c811daa0d418c2810f8664b98abd8b6be))
16+
* **update-tokens:** delete tokens older than 30 days only ([4b37738](https://github.com/ecomplus/application-sdk/commit/4b37738a29054e6ae3335aaeaf921d6a8396c34e))
17+
518
### [1.14.11](https://github.com/ecomplus/application-sdk/compare/v1.14.10...v1.14.11) (2021-05-12)
619

720

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/application-sdk",
3-
"version": "1.14.11",
3+
"version": "1.15.0",
44
"description": "App auth and methods to E-Com Plus Store API with NodeJS and Firestore/SQLite",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)