Skip to content

Commit

Permalink
Merge pull request #384 from timgerstel/fix-766-rc
Browse files Browse the repository at this point in the history
Fix 766 rc
  • Loading branch information
1000TurquoisePogs authored Feb 14, 2022
2 parents ef4e026 + a06650a commit 012d4a9
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 77 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This repo is part of the app-server Zowe Component, and the change logs here may
## 1.27.0

- Bugfix: Added small check on agent network configuration to avoid throwing an exception if the agent configuration included JWT information, but not network information
- Bugfix: keyring_js did not worked properly for finding CAs due to using an older version in package.json than needed for the listKeyring function

## 1.25.0

Expand Down
180 changes: 104 additions & 76 deletions 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
Expand Up @@ -77,6 +77,6 @@
"typescript": "2.7.1"
},
"optionalDependencies": {
"keyring_js": "~1.0.0"
"keyring_js": "~1.1.0"
}
}

0 comments on commit 012d4a9

Please sign in to comment.