mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-30 08:03:55 +00:00
v11.19.0
This commit is contained in:
parent
890bea549f
commit
622c510d65
@ -1,3 +1,26 @@
|
||||
- commits:
|
||||
- subject: Update app/create and device/supported tests to use new api-mock.
|
||||
hash: bb19903826108aa498ee689e978bf26305ad7ef9
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
author: Scott Lowe
|
||||
- subject: >-
|
||||
Introduce balena-api-mock module to simplify api mocking. Upgrade nock
|
||||
to latest.
|
||||
hash: 33210b896bbf4c30efa62f63177018a2f10393c1
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
author: Scott Lowe
|
||||
version: 11.19.0
|
||||
date: 2019-12-05T14:13:19.469Z
|
||||
- commits:
|
||||
- subject: >-
|
||||
Fix 'balena help join' docs re moving devices between apps on the same
|
||||
|
@ -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.19.0 - 2019-12-05
|
||||
|
||||
* Update app/create and device/supported tests to use new api-mock. [Scott Lowe]
|
||||
* Introduce balena-api-mock module to simplify api mocking. Upgrade nock to latest. [Scott Lowe]
|
||||
|
||||
## 11.18.3 - 2019-11-21
|
||||
|
||||
* Fix 'balena help join' docs re moving devices between apps on the same server [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.18.3",
|
||||
"version": "11.19.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.18.3",
|
||||
"version": "11.19.0",
|
||||
"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