Skip to content

Commit 4a09b39

Browse files
Merge pull request #268 from iteratehq/version-2.7.0
chore: version 2.7.0
2 parents 0acc2a3 + fd45969 commit 4a09b39

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
7+
## [2.7.0](https://github.com/iteratehq/react-native-iterate/releases/tag/v2.7.0)
8+
9+
**Added**
10+
11+
- Added support for multi-language surveys
12+
13+
614
## [2.6.0](https://github.com/iteratehq/react-native-iterate/releases/tag/v2.6.0)
715

816
**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.6.0",
3+
"version": "2.7.0",
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.6.0';
1+
export const Version = '2.7.0';
22

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

0 commit comments

Comments
 (0)