Skip to content

Commit

Permalink
Bump version to 5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmi Gan committed May 19, 2020
1 parent c6b50d6 commit b13e142
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,8 @@ Install with `npm install [email protected]`
- NPM (commonjs2) style of importing the library now works

[next-version]:
https://github.com/onfido/onfido-sdk-ui/compare/5.9.1...development
https://github.com/onfido/onfido-sdk-ui/compare/5.9.2...development
[5.9.2]: https://github.com/onfido/onfido-sdk-ui/compare/5.9.1...5.9.2
[5.9.1]: https://github.com/onfido/onfido-sdk-ui/compare/5.9.0...5.9.1
[5.9.0]: https://github.com/onfido/onfido-sdk-ui/compare/5.8.0...5.9.0
[5.8.0]: https://github.com/onfido/onfido-sdk-ui/compare/5.7.1...5.8.0
Expand Down
4 changes: 2 additions & 2 deletions demo/fiddle/demo.details
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
authors:
- Onfido Team
resources:
- https://assets.onfido.com/web-sdk-releases/5.9.1/onfido.min.js
- https://assets.onfido.com/web-sdk-releases/5.9.1/style.css
- https://assets.onfido.com/web-sdk-releases/5.9.2/onfido.min.js
- https://assets.onfido.com/web-sdk-releases/5.9.2/style.css
...
6 changes: 3 additions & 3 deletions dist/onfido.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "5.9.1",
"version": "5.9.2",
"description": "JavaScript SDK view layer for Onfido identity verification",
"author": "SDK Customer Support <[email protected]> (https://github.com/onfido)",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const basePlugins = (bundle_name) => ([
// ref: https://en.wikipedia.org/wiki/Base32
// NOTE: please leave the BASE_32_VERSION be! It is updated automatically by
// the release script 🤖
'BASE_32_VERSION': 'BE',
'BASE_32_VERSION': 'BF',
'PRIVACY_FEATURE_ENABLED': false,
JWT_FACTORY: CONFIG.JWT_FACTORY,
US_JWT_FACTORY: CONFIG.US_JWT_FACTORY,
Expand Down

0 comments on commit b13e142

Please sign in to comment.