Skip to content

Commit

Permalink
Release v1.14.0-beta.2 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
roxanemace authored Jun 18, 2020
1 parent 8827273 commit f54792a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v.1.14.0-beta.2

### 17/06/2020

### Features
- Add new methods to allow management of FIDO2 devices: [listWebAuthnDevices](https://developer.reachfive.com/sdk-core/listWebAuthnDevices.html) & [removeWebAuthnDevice](https://developer.reachfive.com/sdk-core/removeWebAuthnDevice.html).

### Fixes
- Throw an error when the [Credentials Management API](https://caniuse.com/#feat=credential-management) is not available.

## v.1.14.0-beta.1

### 15/06/2020
Expand Down
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": "@reachfive/identity-core",
"version": "1.14.0-beta.1",
"version": "1.14.0-beta.2",
"description": "Reach5 Identity Web Core SDK",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit f54792a

Please sign in to comment.