Skip to content

Commit 6fb6918

Browse files
committed
Prepare release
1 parent ed7800e commit 6fb6918

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.2] - 25 October 2025
10+
### Fixed
11+
- Do not escape JSON
12+
913
## [1.0.1] - 22 October 2025
1014
### Fixed
1115
- Fix after merge conflict

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yireo/magento2-googletagmanager2-hyva-checkout",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "N/A",
55
"type": "magento2-module",
66
"require": {
@@ -20,4 +20,4 @@
2020
"Yireo\\GoogleTagManager2HyvaCheckout\\": ""
2121
}
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)