mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-01 16:58:12 +00:00
commit
cf95870d9d
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
|
||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## v6.13.1 - 2018-02-07
|
||||
|
||||
* Move to the correct coffeescript (no hyphen) dependency #786 [Tim Perry]
|
||||
* Add typings for 'ent' #786 [Tim Perry]
|
||||
|
||||
## v6.13.0 - 2018-02-06
|
||||
|
||||
* Add support for Balena in local ssh #777 [Tim Perry]
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "resin-cli",
|
||||
"version": "6.13.0",
|
||||
"version": "6.13.1",
|
||||
"description": "The official resin.io CLI tool",
|
||||
"main": "./build/actions/index.js",
|
||||
"homepage": "https://github.com/resin-io/resin-cli",
|
||||
@ -89,7 +89,7 @@
|
||||
"body-parser": "^1.14.1",
|
||||
"capitano": "^1.7.0",
|
||||
"chalk": "^2.3.0",
|
||||
"coffee-script": "^1.12.6",
|
||||
"coffeescript": "^1.12.6",
|
||||
"columnify": "^1.5.2",
|
||||
"denymount": "^2.2.0",
|
||||
"docker-qemu-transpose": "^0.2.2",
|
||||
|
1
typings/ent.d.ts
vendored
Normal file
1
typings/ent.d.ts
vendored
Normal file
@ -0,0 +1 @@
|
||||
declare module 'ent';
|
Loading…
x
Reference in New Issue
Block a user