mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.14.18
This commit is contained in:
parent
ac0ce8f702
commit
c20bbe658b
@ -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:
|
||||
- subject: 'preload: Improve the typings'
|
||||
hash: 2e1570149df1ba7f5b89884d725eaf92ffbbad0e
|
||||
|
@ -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.18 - 2020-08-28
|
||||
|
||||
* Convert oclif actions to async/await [Pagan Gazzard]
|
||||
|
||||
## 12.14.17 - 2020-08-27
|
||||
|
||||
* preload: Improve the typings [Thodoris Greasidis]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.14.17",
|
||||
"version": "12.14.18",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.14.17",
|
||||
"version": "12.14.18",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user