Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jun 28, 2023
1 parent 00c6cff commit 4c3690b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4c3690b

Please sign in to comment.