File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ 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
6
7
+ ## [ 2.7.1] ( https://github.com/iteratehq/react-native-iterate/releases/tag/v2.7.1 )
8
+
9
+ ** Added**
10
+
11
+ - Added support server-returned response properties
12
+
7
13
## [ 2.7.0] ( https://github.com/iteratehq/react-native-iterate/releases/tag/v2.7.0 )
8
14
9
15
** Added**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-iterate" ,
3
- "version" : " 2.7.0 " ,
3
+ "version" : " 2.7.1 " ,
4
4
"description" : " In-app user research made easy" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
163
163
"react-redux" : " ^8.1.3" ,
164
164
"redux" : " ^4.2.1"
165
165
}
166
- }
166
+ }
Original file line number Diff line number Diff line change 1
- export const Version = '2.7.0 ' ;
1
+ export const Version = '2.7.1 ' ;
2
2
3
3
export const DefaultHost = 'https://iteratehq.com' ;
4
4
You can’t perform that action at this time.
0 commit comments