From a13c90b7ac072a1f644454cbd3867558a480dae7 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Thu, 8 Oct 2020 15:30:19 -0300 Subject: [PATCH] chore(release): 1.3.3 --- 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 b306582..36891c6 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.3](https://github.com/ecomplus/application-starter/compare/v1.3.2...v1.3.3) (2020-10-08) + + +### Bug Fixes + +* **add-installments:** fix treating min installment config value ([d4e8904](https://github.com/ecomplus/application-starter/commit/d4e8904a91fbfd3ef2332d81a75736262ad6627b)) + ### [1.3.2](https://github.com/ecomplus/application-starter/compare/v1.3.1...v1.3.2) (2020-09-02) diff --git a/package-lock.json b/package-lock.json index 39960aa..bddc55a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/app-vindi", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d584ccd..6ec318b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecomplus/app-vindi", "private": true, - "version": "1.3.2", + "version": "1.3.3", "description": "E-Com Plus app to integrate Vindi for recurring payments", "main": "functions/index.js", "scripts": {