Skip to content

Commit

Permalink
chore(release): 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jun 17, 2021
1 parent 4e3be25 commit 1b228e2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.0](https://github.com/ecomplus/application-sdk/compare/v1.14.11...v1.15.0) (2021-06-17)


### Features

* **api-request:** check token expires and send token update request in advance ([4e3be25](https://github.com/ecomplus/application-sdk/commit/4e3be251e502dc04b352d2bc745d5885fb803376))


### Bug Fixes

* **handle-callback:** on token update, merge firestore doc with store and authentication ids ([16b9e20](https://github.com/ecomplus/application-sdk/commit/16b9e20c811daa0d418c2810f8664b98abd8b6be))
* **update-tokens:** delete tokens older than 30 days only ([4b37738](https://github.com/ecomplus/application-sdk/commit/4b37738a29054e6ae3335aaeaf921d6a8396c34e))

### [1.14.11](https://github.com/ecomplus/application-sdk/compare/v1.14.10...v1.14.11) (2021-05-12)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/application-sdk",
"version": "1.14.11",
"version": "1.15.0",
"description": "App auth and methods to E-Com Plus Store API with NodeJS and Firestore/SQLite",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 1b228e2

Please sign in to comment.