This commit is contained in:
Tim Perry 2017-08-21 11:33:12 +02:00
parent 3b30a7c4b0
commit 74d6cfb8d2
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [6.5.1] - 2017-08-21
### Fixed
- Fix lodash upgrade bug that broke `resin help`
## [6.5.0] - 2017-08-18 ## [6.5.0] - 2017-08-18
### Changed ### Changed

View File

@ -1,6 +1,6 @@
{ {
"name": "resin-cli", "name": "resin-cli",
"version": "6.5.0", "version": "6.5.1",
"description": "The official resin.io CLI tool", "description": "The official resin.io CLI tool",
"main": "./build/actions/index.js", "main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli", "homepage": "https://github.com/resin-io/resin-cli",