This commit is contained in:
Balena CI 2020-07-03 16:13:32 +03:00 committed by VersionBot
parent 8044bb6079
commit f846ef0c19
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Add explicit dependency on balena-settings-storage
hash: afc660762f2bae700967eff6b766b3f44fee87d5
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 12.3.13
date: 2020-07-03T12:32:57.526Z
- commits:
- subject: Convert `device init` to async await and oclif
hash: 40f643c07f0b26ff9996ba5a5eb2371ff6833d58

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.3.13 - 2020-07-03
* Add explicit dependency on balena-settings-storage [Pagan Gazzard]
## 12.3.12 - 2020-07-02
* Convert `device init` to async await and oclif [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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