Skip to content

Commit 53b861f

Browse files
chore(release): 2.7.0
# [2.7.0](v2.6.0...v2.7.0) (2025-05-22) ### Bug Fixes * **ci:** correct test workflow file extension ([#33](#33)) ([68bc907](68bc907)) ### Features * add funcionality for composite emv ([#32](#32)) ([94d9587](94d9587))
1 parent 68bc907 commit 53b861f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.7.0](https://github.com/thalesog/pix-utils/compare/v2.6.0...v2.7.0) (2025-05-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** correct test workflow file extension ([#33](https://github.com/thalesog/pix-utils/issues/33)) ([68bc907](https://github.com/thalesog/pix-utils/commit/68bc9078b016b06ca4ae463852b8946065029229))
7+
8+
9+
### Features
10+
11+
* add funcionality for composite emv ([#32](https://github.com/thalesog/pix-utils/issues/32)) ([94d9587](https://github.com/thalesog/pix-utils/commit/94d9587019644739776ec880628ebb963caa3580))
12+
113
# [2.6.0](https://github.com/thalesog/pix-utils/compare/v2.5.0...v2.6.0) (2024-08-19)
214

315

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"license": "MIT",
33
"name": "pix-utils",
4-
"version": "2.6.0",
4+
"version": "2.7.0",
55
"author": "Thales Ogliari",
66
"description": "Set of tools to parse, generate and validate payments of Brazil Instant Payment System (Pix)",
77
"keywords": [
@@ -83,4 +83,4 @@
8383
"yarn format"
8484
]
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)