v12.14.18

This commit is contained in:
Balena CI 2020-08-28 17:10:37 +03:00 committed by VersionBot
parent ac0ce8f702
commit c20bbe658b
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Convert oclif actions to async/await
hash: 42c6e1010f2df5aabb611b5206226175d9930901
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 12.14.18
date: 2020-08-28T12:46:41.596Z
- commits: - commits:
- subject: 'preload: Improve the typings' - subject: 'preload: Improve the typings'
hash: 2e1570149df1ba7f5b89884d725eaf92ffbbad0e hash: 2e1570149df1ba7f5b89884d725eaf92ffbbad0e

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 12.14.18 - 2020-08-28
* Convert oclif actions to async/await [Pagan Gazzard]
## 12.14.17 - 2020-08-27 ## 12.14.17 - 2020-08-27
* preload: Improve the typings [Thodoris Greasidis] * preload: Improve the typings [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

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