This commit is contained in:
Balena CI 2019-11-21 19:12:40 +02:00
parent f464597069
commit c2a0e457c0
4 changed files with 34 additions and 2 deletions

View File

@ -1,3 +1,30 @@
- commits:
- subject: >-
Fix 'balena help join' docs re moving devices between apps on the same
server
hash: 02dcff5b67223909f5cd465a60498802246c5ea7
body: ''
footer:
Resolves: '#1429'
resolves: '#1429'
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
- subject: Add README note regarding Git for Windows console installation choice
hash: 6c3429eb0cb1f7caec4d992b71edc3e02873c113
body: ''
footer:
Resolves: '#598'
resolves: '#598'
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
version: 11.18.3
date: 2019-11-21T15:40:14.224Z
- commits:
- subject: >-
Use helpers version of `cleanOutput` in tests. Simplify expect semantics

View File

@ -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/).
## 11.18.3 - 2019-11-21
* Fix 'balena help join' docs re moving devices between apps on the same server [Paulo Castro]
* Add README note regarding Git for Windows console installation choice [Paulo Castro]
## 11.18.2 - 2019-11-15
* Use helpers version of `cleanOutput` in tests. Simplify expect semantics in tests. [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.18.2",
"version": "11.18.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.18.2",
"version": "11.18.3",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",