Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Heath committed May 4, 2017
1 parent efea600 commit 3ef4ac9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Breaking changes result in a different major. UI changes that might break custom

## [next-version]

## [1.1.1]

### Changed
- Internal: Remove unused getUserMedia code
- Internal: Remove capture callbacks. These are now part of SDK UI.

## [1.0.1]

### Changed
Expand Down Expand Up @@ -79,7 +85,8 @@ Breaking changes result in a different major. UI changes that might break custom

The standard for this change log can be found [here](http://keepachangelog.com/).

[next-version]: https://github.com/onfido/onfido-sdk-core/compare/1.0.1...master
[next-version]: https://github.com/onfido/onfido-sdk-core/compare/1.1.0...master
[1.1.0]: https://github.com/onfido/onfido-sdk-core/compare/1.0.1...1.1.0
[1.0.1]: https://github.com/onfido/onfido-sdk-core/compare/0.7.2...1.0.1
[0.7.2]: https://github.com/onfido/onfido-sdk-core/compare/0.7.1...0.7.2
[0.7.1]: https://github.com/onfido/onfido-sdk-core/compare/0.7.0...0.7.1
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": "onfido-sdk-core",
"version": "1.0.1",
"version": "1.1.0",
"description": "JavaScript SDK core layer for Onfido identity verification",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 3ef4ac9

Please sign in to comment.