mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v12.33.2
This commit is contained in:
parent
9637f75617
commit
c6430274e5
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.33.1",
|
||||
"version": "12.33.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user