Skip to content

Commit

Permalink
Bump version to 6.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvanderJagt committed Sep 7, 2022
1 parent 6b1f722 commit ad863ae
Show file tree
Hide file tree
Showing 25 changed files with 330 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
PR_NUMBER: 1895
PR_NUMBER: ${{ github.event.pull_request.number }}
SDK_TOKEN_FACTORY_SECRET: ${{ secrets.SDK_TOKEN_FACTORY_SECRET}}

jobs:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This change log file is based on best practices from [Keep a Changelog](http://k
This project adheres to [Semantic Versioning](http://semver.org/). Breaking changes result in a different MAJOR version. UI changes that might break customizations on top of the SDK will be treated as breaking changes too.
This project adheres to the Node [default version scheme](https://docs.npmjs.com/misc/semver).

## [6.15.6] - 2022-06-08

### Fixed

- Public: Added mapping to convert old to new analytics events

## [6.15.5] - 2021-12-2

### Fixed
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -727,8 +727,7 @@ options: {
bank_building_society_statement: boolean,
utility_bill: boolean,
council_tax: boolean, // GBR only
benefit_letters: boolean, // GBR only
government_letter: boolean // non-GBR only
benefit_letters: boolean // GBR only
}
}
```
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/6.15.5/onfido.min.js
- https://assets.onfido.com/web-sdk-releases/6.15.5/style.css
- https://assets.onfido.com/web-sdk-releases/6.15.6/onfido.min.js
- https://assets.onfido.com/web-sdk-releases/6.15.6/style.css
...
4 changes: 2 additions & 2 deletions dist/onfido.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/onfidoAuth.6.css

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

1 change: 1 addition & 0 deletions dist/onfidoAuth.6.css.map

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

3 changes: 3 additions & 0 deletions dist/onfidoAuth.6.min.js

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

1 change: 1 addition & 0 deletions dist/onfidoAuth.6.min.js.map

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

Loading

0 comments on commit ad863ae

Please sign in to comment.