v12.44.11

This commit is contained in:
Balena CI 2021-04-21 16:46:55 +03:00 committed by VersionBot
parent f45ac42dd3
commit b4495839ca
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: >-
Add message regarding deprecation of --buildArg option in build/deploy
commands
hash: fa2600464892865a15cfc70d733bffc0b652bc81
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.44.11
date: 2021-04-21T05:32:37.844Z
- commits:
- subject: 'ssh: fix incorrect service name parsing in local mode'
hash: 8780a24fb5a67ea25bcae98dd2253f5a587fb23b

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.44.11 - 2021-04-21
* Add message regarding deprecation of --buildArg option in build/deploy commands [Scott Lowe]
## 12.44.10 - 2021-04-15
* ssh: fix incorrect service name parsing in local mode [Tomás Migone]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.44.10",
"version": "12.44.11",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",