From 4c3690b61788eae5b0c1f18385acbf91d45df0ff Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Wed, 28 Jun 2023 18:35:25 -0300 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e3bd6..6f2c924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.5.0](https://github.com/ecomplus/application-starter/compare/v1.4.0...v1.5.0) (2023-06-28) + + +### Features + +* **create-transaction:** add account deposit object with valid thru (pix expiration) ([#98](https://github.com/ecomplus/application-starter/issues/98)) ([8b316a3](https://github.com/ecomplus/application-starter/commit/8b316a3728efcf070ce17182e588c30a37d28276)) + + +### Bug Fixes + +* **create-transaction:** boleto due from config ([6853d82](https://github.com/ecomplus/application-starter/commit/6853d82ec50bead9d8b2166aa9e6f7a3be90fa96)) +* **create-transaction:** send correct banking billet due date ([f7273d8](https://github.com/ecomplus/application-starter/commit/f7273d81fff4bc8fda37c9c725d9d94a7de8ebe8)) +* **deps:** update dependency axios to v1 ([#106](https://github.com/ecomplus/application-starter/issues/106)) [skip ci] ([d58bf2c](https://github.com/ecomplus/application-starter/commit/d58bf2ca96667bac8026e3e757aded258143aeff)) +* **onload-expression:** validate card with pagarme.js before card hash ([#94](https://github.com/ecomplus/application-starter/issues/94)) [skip ci] ([c872566](https://github.com/ecomplus/application-starter/commit/c8725669b53c1c6f2a86a8df4e1abcf023c5bcaa)) + ## [1.4.0](https://github.com/ecomplus/application-starter/compare/v1.3.1...v1.4.0) (2022-12-30) diff --git a/package-lock.json b/package-lock.json index ef1a29b..4460496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/app-pagarme", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ecomplus/app-pagarme", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "dependencies": { "dotenv": "^8.6.0", diff --git a/package.json b/package.json index 6a55379..85edf08 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecomplus/app-pagarme", "private": true, - "version": "1.4.0", + "version": "1.5.0", "description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions", "main": "functions/index.js", "scripts": {