Skip to content

Commit

Permalink
Bump version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dawiddylowicz committed Jun 1, 2017
1 parent b7d1c6f commit d2f69e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Breaking changes result in a different major. UI changes that might break custom

## [next-version]

## [0.15.0-rc.1]
## [0.15.0]

### Changed
- Internal: Use HTTP protocol to post documents to the server instead of websockets
Expand Down Expand Up @@ -183,8 +183,8 @@ Install with `npm install [email protected]`

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

[next-version]: https://github.com/onfido/onfido-sdk-ui/compare/0.15.0-rc1...master
[0.15.0-rc.1]: https://github.com/onfido/onfido-sdk-ui/compare/0.14.0...0.15.0-rc1
[next-version]: https://github.com/onfido/onfido-sdk-ui/compare/0.15.0...master
[0.15.0]: https://github.com/onfido/onfido-sdk-ui/compare/0.14.0...0.15.0
[0.14.0]: https://github.com/onfido/onfido-sdk-ui/compare/0.13.0...0.14.0
[0.13.0]: https://github.com/onfido/onfido-sdk-ui/compare/0.12.0-rc.1...0.13.0
[0.12.0-rc.1]: https://github.com/onfido/onfido-sdk-ui/compare/0.11.1...0.12.0-rc.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-ui",
"version": "0.15.0-rc.1",
"version": "0.15.0",
"description": "JavaScript SDK view layer for Onfido identity verification",
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server --inline --hot --progress --https",
Expand Down

0 comments on commit d2f69e7

Please sign in to comment.