mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v12.3.13
This commit is contained in:
parent
8044bb6079
commit
f846ef0c19
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.3.12",
|
||||
"version": "12.3.13",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user