Skip to content

Commit 9d8f407

Browse files
author
RN SDK Release User
committed
v2.1.0 release
1 parent 9c164dd commit 9d8f407

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.1.0] - 2021-07-19
8+
9+
### Changed:
10+
- Public: Updated error messages to propagate more info from underlying native SDKs.
11+
712
## [2.0.0] - 2021-06-11
813

914
### Added:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Open Xcode and create an empty swift file in your project root. For example, if
174174
open ios/YourProjectName.xcodeproj
175175
```
176176

177-
Once Xcode is open, add an empty Swift file: File > New File > Swift > Next > "SwiftVersion" > Create > Don't create Header. This will update your iOS configuration with a Swift version. All chaganges are automatically saved, so you can close Xcode.
177+
Once Xcode is open, add an empty Swift file: File > New File > Swift > Next > "SwiftVersion" > Create > Don't create Header. This will update your iOS configuration with a Swift version. All changes are automatically saved, so you can close Xcode.
178178

179179
Install the pods:
180180
```bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onfido/react-native-sdk",
33
"title": "React Native Onfido Sdk",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"description": "Onfido React Native SDK",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)