Skip to content

Commit f759135

Browse files
authored
Merge pull request #270 from iteratehq:version-2.7.1
chore: version 2.7.1
2 parents 98c3b29 + 671c518 commit f759135

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

66

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+
713
## [2.7.0](https://github.com/iteratehq/react-native-iterate/releases/tag/v2.7.0)
814

915
**Added**

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-iterate",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "In-app user research made easy",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -163,4 +163,4 @@
163163
"react-redux": "^8.1.3",
164164
"redux": "^4.2.1"
165165
}
166-
}
166+
}

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.0';
1+
export const Version = '2.7.1';
22

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

0 commit comments

Comments
 (0)