diff --git a/CHANGELOG.md b/CHANGELOG.md index c08e0ed2b..a89e153e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 2.0.4 + +## Updates +- Added API documentation via Netlify([1087275](https://github.com/Iterable/react-native-sdk/commit/1087275)) +- Removed dependency on `react-native-vector-icons`, per issues + [#513](https://github.com/Iterable/react-native-sdk/issues/513), + [#683](https://github.com/Iterable/react-native-sdk/issues/683) and + [#675](https://github.com/Iterable/react-native-sdk/issues/675) + ([6ece6e0](https://github.com/Iterable/react-native-sdk/commit/6ece6e0)) +- Updated dependencies + ## 2.0.3 ### Updates diff --git a/package.json b/package.json index bb356a6f5..7a49b12ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iterable/react-native-sdk", - "version": "2.0.3", + "version": "2.0.4", "description": "Iterable SDK for React Native.", "source": "./src/index.tsx", "main": "./lib/module/index.js", diff --git a/src/itblBuildInfo.ts b/src/itblBuildInfo.ts index 0cdaa2c54..5af8adaf2 100644 --- a/src/itblBuildInfo.ts +++ b/src/itblBuildInfo.ts @@ -3,5 +3,5 @@ * It contains the version of the package */ export const buildInfo = { - version: '2.0.3', + version: '2.0.4', };