Skip to content

Commit

Permalink
Merge pull request #268 from iteratehq/version-2.7.0
Browse files Browse the repository at this point in the history
chore: version 2.7.0
  • Loading branch information
lankybutmacho authored Oct 4, 2024
2 parents 0acc2a3 + fd45969 commit 4a09b39
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
`react-native-iterate` adheres to [Semantic Versioning](https://semver.org/).


## [2.7.0](https://github.com/iteratehq/react-native-iterate/releases/tag/v2.7.0)

**Added**

- Added support for multi-language surveys


## [2.6.0](https://github.com/iteratehq/react-native-iterate/releases/tag/v2.6.0)

**Added**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-iterate",
"version": "2.6.0",
"version": "2.7.0",
"description": "In-app user research made easy",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -163,4 +163,4 @@
"react-redux": "^8.1.3",
"redux": "^4.2.1"
}
}
}
2 changes: 1 addition & 1 deletion src/constants.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const Version = '2.6.0';
export const Version = '2.7.0';

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

Expand Down

0 comments on commit 4a09b39

Please sign in to comment.