From 9431c2510c8abbdd31f1b5c0f05fdae3de012ef2 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Thu, 15 Oct 2020 21:16:23 -0300 Subject: [PATCH] chore(release): 1.3.4 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36891c6..cc020ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.4](https://github.com/ecomplus/application-starter/compare/v1.3.3...v1.3.4) (2020-10-16) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#19](https://github.com/ecomplus/application-starter/issues/19)) ([8a94424](https://github.com/ecomplus/application-starter/commit/8a9442400ea35c6fa6af7d4aec55134594141384)) +* **vindi-webhook:** try collection query by bill id if no metadata ([#18](https://github.com/ecomplus/application-starter/issues/18)) ([9249ece](https://github.com/ecomplus/application-starter/commit/9249ece39296b1f50e77186b0376aa283d297623)) + ### [1.3.3](https://github.com/ecomplus/application-starter/compare/v1.3.2...v1.3.3) (2020-10-08) diff --git a/package-lock.json b/package-lock.json index 7e9b73d..3bc5200 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/app-vindi", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8be6eea..3fbec2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecomplus/app-vindi", "private": true, - "version": "1.3.3", + "version": "1.3.4", "description": "E-Com Plus app to integrate Vindi for recurring payments", "main": "functions/index.js", "scripts": {