From ffa8fd5c9a61bb0dd101962620c1629694c8d33f Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Tue, 21 Apr 2020 16:39:13 -0300 Subject: [PATCH] chore(release): 1.11.10 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f434801..0ba0554 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.10](https://github.com/ecomplus/application-sdk/compare/v1.11.9...v1.11.10) (2020-04-21) + + +### Bug Fixes + +* **get-auth:** prevent needing to add firestore composite index ([966c3f2](https://github.com/ecomplus/application-sdk/commit/966c3f240d85bc8bc6883507b898bb9de9828017)) + ### [1.11.9](https://github.com/ecomplus/application-sdk/compare/v1.11.8...v1.11.9) (2020-04-08) diff --git a/package-lock.json b/package-lock.json index 7b854f5..9538d27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/application-sdk", - "version": "1.11.9", + "version": "1.11.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8a5e612..678df82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/application-sdk", - "version": "1.11.9", + "version": "1.11.10", "description": "App auth and methods to E-Com Plus Store API with NodeJS and Firestore/SQLite", "main": "main.js", "scripts": {