v12.44.14

This commit is contained in:
Balena CI 2021-05-10 01:09:23 +03:00 committed by VersionBot
parent 5544f4a5dd
commit e2ff561728
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Add completion generator from oclif.manifest.json
hash: a3e90182bc2cb366f8dea6214afefba0ad295b10
body: ''
footer:
Change-type: patch
change-type: patch
author: Pierre Kancir
nested: []
version: 12.44.14
date: 2021-05-09T09:09:03.549Z
- commits:
- subject: >-
Update dependencies (multibuild, dockerode, docker-toolbelt,

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.14 - 2021-05-09
* Add completion generator from oclif.manifest.json [Pierre Kancir]
## 12.44.13 - 2021-05-07
* Update dependencies (multibuild, dockerode, docker-toolbelt, docker-progress) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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