Skip to content

Commit 467b7f9

Browse files
committed
chore(release): 2.1.0
1 parent e7e6e8d commit 467b7f9

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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+
## [2.1.0](https://github.com/ecomplus/application-starter/compare/v2.0.0...v2.1.0) (2025-01-22)
6+
7+
8+
### Features
9+
10+
* **create-transaction:** insert config on header to better approval ([dd5dee9](https://github.com/ecomplus/application-starter/commit/dd5dee9defb08dc31106d054159610c6b79aba80))
11+
* **create-transaction:** insert param to better approval ([9a98b98](https://github.com/ecomplus/application-starter/commit/9a98b98ed1ff1d1b6224073036e6f96756185484))
12+
* supporting configured pix expiration minutes ([746292f](https://github.com/ecomplus/application-starter/commit/746292fdbd91a8118b864a36354673624682bc1c))
13+
14+
15+
### Bug Fixes
16+
17+
* **create-transaction:** ensure transaction amount with 2 decimals only ([#177](https://github.com/ecomplus/application-starter/issues/177)) ([884b1f7](https://github.com/ecomplus/application-starter/commit/884b1f769c59fe9222576a69b0a591bcd27070b0))
18+
* **deps:** update all non-major ([1a84ece](https://github.com/ecomplus/application-starter/commit/1a84ece64bb1b45d19e3cf5c1edcfcf1cefb8b80))
19+
* **deps:** update all non-major ([db28401](https://github.com/ecomplus/application-starter/commit/db284019d4fc005f104772a5c0bdc4eaeeb04699))
20+
* **deps:** update all non-major ([9c5ae54](https://github.com/ecomplus/application-starter/commit/9c5ae54d62e33a6c8c0897d24190f81c27fcdf07))
21+
* **deps:** update all non-major ([45b2645](https://github.com/ecomplus/application-starter/commit/45b264559eeb99812d26235ce0f0759893e70793))
22+
* **deps:** update all non-major ([2b3a035](https://github.com/ecomplus/application-starter/commit/2b3a035ed0a07e85de8c2b5a219ae4c04ebcbb84))
23+
* **deps:** update all non-major ([fd6a6cb](https://github.com/ecomplus/application-starter/commit/fd6a6cbc8a0caa5c78810b60b4c8ff4e870c4d73))
24+
* **deps:** update all non-major ([bfe55a8](https://github.com/ecomplus/application-starter/commit/bfe55a8c829f41df6f8945d012adbe96aeba8c65))
25+
* **deps:** update dependency @google-cloud/firestore to ^6.6.1 ([bd34107](https://github.com/ecomplus/application-starter/commit/bd34107816d14c54f31ac59c4bdc10cfd32fdf3a))
26+
* **deps:** update dependency axios to ^0.28.0 [security] ([aad8e3d](https://github.com/ecomplus/application-starter/commit/aad8e3d34659045a7bafa6ea1bfb00367672be5d))
27+
* **deps:** update dependency express to v4.19.2 [security] ([21181ff](https://github.com/ecomplus/application-starter/commit/21181ff05791bdc22a67017c5c6be8b3a288b121))
28+
* **deps:** update dependency express to v4.20.0 [security] ([77d1d69](https://github.com/ecomplus/application-starter/commit/77d1d69d713359451cecb3eb0fa83ddc3d517940))
29+
* **deps:** update dependency uglify-js to ^3.17.4 ([fdb6cf7](https://github.com/ecomplus/application-starter/commit/fdb6cf725dc23f7d95477983197992d50ebd7e12))
30+
* **payment:** list payment in showcase ([1fb78ef](https://github.com/ecomplus/application-starter/commit/1fb78ef6d43c92fa8e4ebddaca5dfa8ab356008d))
31+
532
## [2.0.0](https://github.com/ecomplus/application-starter/compare/v1.7.0...v2.0.0) (2022-10-04)
633

734
## [1.7.0](https://github.com/ecomplus/application-starter/compare/v1.6.0...v1.7.0) (2022-10-04)

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-mercadopago",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"description": "E-Com Plus app to integrate Mercado Pago",
66
"main": "functions/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)