mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 09:51:58 +00:00
v12.26.2
This commit is contained in:
parent
92b8741288
commit
4da1ed3a56
@ -1,3 +1,16 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: >-
|
||||||
|
config generate + openBalena v3: Fix "Cannot read property '__id' of
|
||||||
|
undefined"
|
||||||
|
hash: 6b4c28a0268c61413633af7351cc3f35b346d123
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Paulo Castro
|
||||||
|
nested: []
|
||||||
|
version: 12.26.2
|
||||||
|
date: 2020-11-05T13:29:37.895Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'devices: Fix "TypeError: Cannot read property ''slug'' of undefined"'
|
- subject: 'devices: Fix "TypeError: Cannot read property ''slug'' of undefined"'
|
||||||
hash: 9d177609f5adfa357363ba5356f51027a388f635
|
hash: 9d177609f5adfa357363ba5356f51027a388f635
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 12.26.2 - 2020-11-05
|
||||||
|
|
||||||
|
* config generate + openBalena v3: Fix "Cannot read property '__id' of undefined" [Paulo Castro]
|
||||||
|
|
||||||
## 12.26.1 - 2020-10-31
|
## 12.26.1 - 2020-10-31
|
||||||
|
|
||||||
* devices: Fix "TypeError: Cannot read property 'slug' of undefined" [Paulo Castro]
|
* devices: Fix "TypeError: Cannot read property 'slug' of undefined" [Paulo Castro]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.26.1",
|
"version": "12.26.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.26.1",
|
"version": "12.26.2",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user