This commit is contained in:
Balena CI 2020-01-14 02:19:39 +02:00
parent 75044030cf
commit a94e6d550e
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: 'meta: Americanize all spellings'
hash: 046743071dd0f2c1d283eadac2880807e83ead14
body: ''
footer:
Connects-to: 'https://github.com/balena-io/docs/issues/1300'
connects-to: 'https://github.com/balena-io/docs/issues/1300'
Change-type: patch
change-type: patch
Signed-off-by: Matthew McGinn <matthew@balena.io>
signed-off-by: Matthew McGinn <matthew@balena.io>
author: Matthew McGinn
version: 11.21.1
date: 2020-01-13T20:08:18.546Z
- commits:
- subject: Add --verbose and --json options to the 'devices supported' command
hash: 323c9191b6541285cbb44855b43acf01c5866d30

View File

@ -4,6 +4,10 @@ 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.21.1 - 2020-01-13
* Meta: Americanize all spellings [Matthew McGinn]
## 11.21.0 - 2019-12-27
* Add --verbose and --json options to the 'devices supported' command [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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