mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.26.1
This commit is contained in:
parent
16efb9748f
commit
849fc24158
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: 'devices: Fix "TypeError: Cannot read property ''slug'' of undefined"'
|
||||
hash: 9d177609f5adfa357363ba5356f51027a388f635
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.26.1
|
||||
date: 2020-10-31T00:34:10.685Z
|
||||
- commits:
|
||||
- subject: Add command device purge
|
||||
hash: 47fcffe36813dfdbe59986ed6ae0e4a1a441ea63
|
||||
|
@ -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.26.1 - 2020-10-31
|
||||
|
||||
* devices: Fix "TypeError: Cannot read property 'slug' of undefined" [Paulo Castro]
|
||||
|
||||
## 12.26.0 - 2020-10-29
|
||||
|
||||
* Add command device purge [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.26.0",
|
||||
"version": "12.26.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.26.0",
|
||||
"version": "12.26.1",
|
||||
"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