This commit is contained in:
Tim Perry 2017-06-26 13:38:22 +02:00
parent 6b22166887
commit 4fa8d86f02
2 changed files with 8 additions and 5 deletions

View File

@ -3,21 +3,23 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## Added
## [6.0.0] - 2017-06-26
### Added
- Added support for `--squash` parameter for `resin build`
## Fixed
### Fixed
- **Breaking** Remove Buffer polyfill, require Node v6+, and print warnings in older versions
## [5.11.1] - 2017-06-22
## Added
### Added
- Include Node version in Sentry logging
## Fixed
### Fixed
- Ensure to send .pem file contents rather than filename to docker daemon
- Add a polyfill to fix `local configure` in older (<6) Node versions
@ -497,6 +499,7 @@ and for `resin device init` (same `--config` param)
- Remove outdated information from README.
[6.0.0]: https://github.com/resin-io/resin-cli/compare/v5.11.1...v6.0.0
[5.11.1]: https://github.com/resin-io/resin-cli/compare/v5.11.0...v5.11.1
[5.11.0]: https://github.com/resin-io/resin-cli/compare/v5.10.2...v5.11.0
[5.10.2]: https://github.com/resin-io/resin-cli/compare/v5.10.1...v5.10.2

View File

@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "5.11.1",
"version": "6.0.0",
"description": "Git Push to your devices",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",