Skip to content

Commit

Permalink
chore: version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msingleton committed Nov 28, 2023
1 parent 7f2bf75 commit 60e44b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
`react-native-iterate` adheres to [Semantic Versioning](https://semver.org/).

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

**Added**

- Added support for markdown in the prompt

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

**Added**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-iterate",
"version": "0.1.0",
"version": "2.5.0",
"description": "In-app user research made easy",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
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.4.0';
export const Version = '2.5.0';

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

Expand Down

0 comments on commit 60e44b2

Please sign in to comment.