Skip to content

Commit

Permalink
Merge branch 'bugfix/fix-766' of https://github.com/1000TurquoisePogs…
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Gerstel committed Feb 14, 2022
2 parents ef4e026 + 215163d commit a06650a
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 a06650a

Please sign in to comment.