v12.14.12

This commit is contained in:
Balena CI 2020-08-24 13:14:10 +03:00 committed by VersionBot
parent c1afaa6cf3
commit fd9520224c
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Convert deploy command to oclif
hash: 8cb413c1c95263c5c0ffa9501460949ec00736c7
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
nested: []
version: 12.14.12
date: 2020-08-22T10:01:51.813Z
- commits:
- subject: Shorten `env add` command summary to prevent wrapping
hash: 358a9092145f48456278105bdf35da91f5e8f49d

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/).
## 12.14.12 - 2020-08-22
* Convert deploy command to oclif [Scott Lowe]
## 12.14.11 - 2020-08-21
* Shorten `env add` command summary to prevent wrapping [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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