Skip to content

Commit 4c3690b

Browse files
committed
chore(release): 1.5.0
1 parent 00c6cff commit 4c3690b

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
## [1.5.0](https://github.com/ecomplus/application-starter/compare/v1.4.0...v1.5.0) (2023-06-28)
6+
7+
8+
### Features
9+
10+
* **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))
11+
12+
13+
### Bug Fixes
14+
15+
* **create-transaction:** boleto due from config ([6853d82](https://github.com/ecomplus/application-starter/commit/6853d82ec50bead9d8b2166aa9e6f7a3be90fa96))
16+
* **create-transaction:** send correct banking billet due date ([f7273d8](https://github.com/ecomplus/application-starter/commit/f7273d81fff4bc8fda37c9c725d9d94a7de8ebe8))
17+
* **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))
18+
* **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))
19+
520
## [1.4.0](https://github.com/ecomplus/application-starter/compare/v1.3.1...v1.4.0) (2022-12-30)
621

722

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ecomplus/app-pagarme",
33
"private": true,
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions",
66
"main": "functions/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)