From d2f69e7ad6e1bfa628f856d845566b2b687b78c5 Mon Sep 17 00:00:00 2001 From: Dawid Dylowicz Date: Thu, 1 Jun 2017 14:13:45 +0100 Subject: [PATCH] Bump version to 0.15.0 --- CHANGELOG.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e161109e7f..50656338e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -183,8 +183,8 @@ Install with `npm install onfido-sdk-ui@0.12.0-rc.1` 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 diff --git a/package.json b/package.json index 11d5f2e5b2..3526d7f59b 100644 --- a/package.json +++ b/package.json @@ -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",