From 8220de7fa3e033bfbf622287b6a69006cddca50a Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Wed, 2 Sep 2020 19:20:20 -0300 Subject: [PATCH] chore(release): 1.3.2 --- 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 901123a..b306582 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.3.2](https://github.com/ecomplus/application-starter/compare/v1.3.1...v1.3.2) (2020-09-02) + + +### Bug Fixes + +* **list-payments:** fix handling max installments number ([99d9c1d](https://github.com/ecomplus/application-starter/commit/99d9c1d5f88c3553493dac8951cc60f95128d6a3)) + ### [1.3.1](https://github.com/ecomplus/application-starter/compare/v1.3.0...v1.3.1) (2020-09-01) diff --git a/package-lock.json b/package-lock.json index 738a3a9..b63b85e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/app-vindi", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bc51aeb..321ccd7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecomplus/app-vindi", "private": true, - "version": "1.3.1", + "version": "1.3.2", "description": "E-Com Plus app to integrate Vindi for recurring payments", "main": "functions/index.js", "scripts": {