Skip to content

Commit

Permalink
OnDemand v1.5.7 with shell app bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfranz committed Mar 31, 2020
1 parent 366792c commit 97c2cb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.5.7] - 2020-03-30
### Fixed
- fix Shell app by downgrading node-pty dependency to version that is compatible with nodejs6

## [1.5.6] - 2020-03-30
### Fixed
- update Shell app to [v1.5.0](https://github.com/OSC/ood-shell/compare/v1.4.8...v1.5.0) which has
Expand Down Expand Up @@ -125,7 +129,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- From 1.3.7 - 1.4.2 updated app versions


[Unreleased]: https://github.com/OSC/ondemand/compare/v1.5.6...HEAD
[Unreleased]: https://github.com/OSC/ondemand/compare/v1.5.7...HEAD
[1.5.7]: https://github.com/OSC/ondemand/compare/v1.5.6...v1.5.7
[1.5.6]: https://github.com/OSC/ondemand/compare/v1.5.5...v1.5.6
[1.5.5]: https://github.com/OSC/ondemand/compare/v1.5.4...v1.5.5
[1.5.4]: https://github.com/OSC/ondemand/compare/v1.5.3...v1.5.4
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"name": "shell",
"url": "https://github.com/OSC/ood-shell",
"tag": "v1.5.0",
"tag": "v1.5.1",
"app": true
},
{
Expand Down

0 comments on commit 97c2cb2

Please sign in to comment.