Skip to content

Commit a7702fe

Browse files
committed
chore(release): 1.2.0
1 parent d2db2ce commit a7702fe

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.2.0](https://github.com/ecomplus/application-starter/compare/v1.1.4...v1.2.0) (2021-02-15)
6+
7+
8+
### Features
9+
10+
* **create-transaction:** add partnet code to pagar.me transaction body ([#26](https://github.com/ecomplus/application-starter/issues/26)) ([3de831d](https://github.com/ecomplus/application-starter/commit/3de831d79b124c890172e46d8f5d5ca91285da12))
11+
12+
13+
### Bug Fixes
14+
15+
* **create-transaction:** prevent sending `complementary` with empty string ([#25](https://github.com/ecomplus/application-starter/issues/25)) ([ee711ca](https://github.com/ecomplus/application-starter/commit/ee711ca267fbd967c81dfc126b26073795281af2))
16+
* **create-transaction:** unset `complementary` (undefined) if empty ([f9ee54d](https://github.com/ecomplus/application-starter/commit/f9ee54d87bc45c679e58fa6d7aeb06775cb30d5e))
17+
* **deps:** update all non-major dependencies ([13b073d](https://github.com/ecomplus/application-starter/commit/13b073d6e2cfbf14e52f09a5c540740b9886cda7))
18+
519
### [1.1.4](https://github.com/ecomplus/application-starter/compare/v1.1.3...v1.1.4) (2020-11-05)
620

721

package-lock.json

Lines changed: 1 addition & 1 deletion
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.1.4",
4+
"version": "1.2.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)