mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-08 03:44:13 +00:00
v11.18.3
This commit is contained in:
parent
f464597069
commit
c2a0e457c0
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.18.2",
|
||||
"version": "11.18.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user