Skip to content

Commit 25e9cac

Browse files
authored
Merge pull request #272 from iteratehq:version-2.7.2
chore: version 2.7.2
2 parents 4f2d985 + 8896e98 commit 25e9cac

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
`react-native-iterate` adheres to [Semantic Versioning](https://semver.org/).
55

6+
## [2.7.2](https://github.com/iteratehq/react-native-iterate/releases/tag/v2.7.2)
7+
8+
Released on 2025-04-11.
9+
10+
**Fixed**
11+
12+
Ampersand's are correctly encoded when present in response properties
613

714
## [2.7.1](https://github.com/iteratehq/react-native-iterate/releases/tag/v2.7.1)
815

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-iterate",
3-
"version": "2.7.1",
3+
"version": "2.7.2",
44
"description": "In-app user research made easy",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

src/constants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const Version = '2.7.1';
1+
export const Version = '2.7.2';
22

33
export const DefaultHost = 'https://iteratehq.com';
44

0 commit comments

Comments
 (0)