This commit is contained in:
Balena CI 2020-12-15 09:40:26 +02:00 committed by VersionBot
parent 9637f75617
commit c6430274e5
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Improve error message for issues to access balena settings
hash: 439d8391eea61f0be2075121aa725286d9606110
body: |
Update balena-settings-storage from 6.0.1 to 7.0.0
footer:
Resolves: '#1667'
resolves: '#1667'
Change-type: patch
change-type: patch
author: josecoelho
nested: []
version: 12.33.2
date: 2020-12-15T07:20:44.514Z
- commits:
- subject: Fix preload command support for application IDs
hash: fe24280adfca5550c95bb80d30b651bfe4713cf4

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.33.2 - 2020-12-15
* Improve error message for issues to access balena settings [josecoelho]
## 12.33.1 - 2020-12-11
* Fix preload command support for application IDs [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.33.1",
"version": "12.33.2",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",