mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.44.14
This commit is contained in:
parent
5544f4a5dd
commit
e2ff561728
@ -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,
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.13",
|
||||
"version": "12.44.14",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user