Skip to content

Commit

Permalink
CHANGELOG / semver
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredperreault-okta committed May 3, 2022
1 parent 413873b commit 8bcbbdb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 6.4.4

- [#1199](https://github.com/okta/okta-auth-js/pull/1199) Fixes webauthn enrollment/verification to accept `credentials` object

## 6.4.3

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@okta/okta-auth-js",
"description": "The Okta Auth SDK",
"version": "6.4.3",
"version": "6.4.4",
"homepage": "https://github.com/okta/okta-auth-js",
"license": "Apache-2.0",
"main": "build/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion test/spec/idx/authenticator/WebauthnVerification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const VALID_CREDS = {
signatureData:'foo',
};

describe('idx/authenticator/WebauthnEnrollment', () => {
describe('idx/authenticator/WebauthnVerification', () => {
let testContext;
beforeEach(() => {
const idxAuthenticator: IdxAuthenticator = WebauthnAuthenticatorFactory.build();
Expand Down

0 comments on commit 8bcbbdb

Please sign in to comment.