mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v6.0.0
This commit is contained in:
parent
6b22166887
commit
4fa8d86f02
11
CHANGELOG.md
11
CHANGELOG.md
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user