File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
` react-native-iterate ` adheres to [ Semantic Versioning] ( https://semver.org/ ) .
5
5
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
6
13
7
14
## [ 2.7.1] ( https://github.com/iteratehq/react-native-iterate/releases/tag/v2.7.1 )
8
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-iterate" ,
3
- "version" : " 2.7.1 " ,
3
+ "version" : " 2.7.2 " ,
4
4
"description" : " In-app user research made easy" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
Original file line number Diff line number Diff line change 1
- export const Version = '2.7.1 ' ;
1
+ export const Version = '2.7.2 ' ;
2
2
3
3
export const DefaultHost = 'https://iteratehq.com' ;
4
4
You can’t perform that action at this time.
0 commit comments