mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v4.0.3
This commit is contained in:
parent
6062c7a306
commit
1c5945d3ae
11
CHANGELOG.md
11
CHANGELOG.md
@ -3,12 +3,22 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [4.0.3] - 2016-05-17
|
||||
|
||||
### Changed
|
||||
|
||||
- Fix `resin ssh` errors when running in `cmd.exe`.
|
||||
|
||||
## [4.0.2] - 2016-04-27
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade `resin-sync` to v2.0.2.
|
||||
|
||||
## [4.0.1] - 2016-04-26
|
||||
|
||||
### Changed
|
||||
|
||||
- Fix unhandled exceptions in the `resin ssh` command.
|
||||
|
||||
## [4.0.0] - 2016-04-26
|
||||
@ -219,6 +229,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
- Remove outdated information from README.
|
||||
|
||||
[4.0.3]: https://github.com/resin-io/resin-cli/compare/v4.0.2...v4.0.3
|
||||
[4.0.2]: https://github.com/resin-io/resin-cli/compare/v4.0.1...v4.0.2
|
||||
[4.0.1]: https://github.com/resin-io/resin-cli/compare/v4.0.0...v4.0.1
|
||||
[4.0.0]: https://github.com/resin-io/resin-cli/compare/v3.0.2...v4.0.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "resin-cli",
|
||||
"version": "4.0.2",
|
||||
"version": "4.0.3",
|
||||
"description": "Git Push to your devices",
|
||||
"main": "./build/actions/index.js",
|
||||
"homepage": "https://github.com/resin-io/resin-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user