Skip to content

Commit

Permalink
bump version to 5.10.1
Browse files Browse the repository at this point in the history
fix typescript error
Update CHANGELOG.md

OKTA-459135
<<<Jenkins Check-In of Tested SHA: b8386b6 for [email protected]>>>
Artifact: okta-auth-js
Files changed count: 3
PR Link: "#1054"
  • Loading branch information
releng-internal-okta authored and eng-prod-CI-bot-okta committed Jan 12, 2022
1 parent 4b22450 commit ece7018
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.10.1

### Fixes

- [#1054](https://github.com/okta/okta-auth-js/pull/1054) Fixes Typescript build error

## 5.10.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion lib/idx/remediators/EnrollPoll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class EnrollPoll extends Remediator {
};
}

getValuesAfterProceed(): unknown {
getValuesAfterProceed(): EnrollPollValues {
let trimmedValues = Object.keys(this.values).filter(valueKey => valueKey !== 'startPolling');
return trimmedValues.reduce((values, valueKey) => ({...values, [valueKey]: this.values[valueKey]}), {});
}
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": "5.10.0",
"version": "5.10.1",
"homepage": "https://github.com/okta/okta-auth-js",
"license": "Apache-2.0",
"main": "build/cjs/index.js",
Expand Down

0 comments on commit ece7018

Please sign in to comment.