From e06d20fc93e55f712cdfe10d2a5324fd3e5a40f2 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Fri, 18 Jun 2021 19:11:43 -0300 Subject: [PATCH] chore(release): 1.3.7 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 665ecf8..1bb01c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.3.7](https://github.com/ecomplus/application-starter/compare/v1.3.6...v1.3.7) (2021-06-18) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#25](https://github.com/ecomplus/application-starter/issues/25)) ([ee12777](https://github.com/ecomplus/application-starter/commit/ee1277720133709f54d7ff016dfee92750c7b4ad)) +* **deps:** update all non-major dependencies ([#54](https://github.com/ecomplus/application-starter/issues/54)) ([beab88e](https://github.com/ecomplus/application-starter/commit/beab88ecd83c38102dc45fd98b433bd988942239)) +* **deps:** update dependency @google-cloud/firestore to ^4.12.2 ([#50](https://github.com/ecomplus/application-starter/issues/50)) ([71d0859](https://github.com/ecomplus/application-starter/commit/71d08593c33ee7b844e21e59cf14ebd72605537e)) + ### [1.3.6](https://github.com/ecomplus/application-starter/compare/v1.3.5...v1.3.6) (2020-11-05) diff --git a/package-lock.json b/package-lock.json index 73d442b..7a4d5c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/app-vindi", - "version": "1.3.6", + "version": "1.3.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7b9c34f..c2e5e3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecomplus/app-vindi", "private": true, - "version": "1.3.6", + "version": "1.3.7", "description": "E-Com Plus app to integrate Vindi for recurring payments", "main": "functions/index.js", "scripts": {