mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.44.23
This commit is contained in:
parent
4e8b8fe582
commit
fe7cbf4f74
@ -1,3 +1,14 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Delete CODEOWNERS
|
||||||
|
hash: 2986e6cea3ab245c5546cc3da2c7c22fcf193e60
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: dfunckt
|
||||||
|
nested: []
|
||||||
|
version: 12.44.23
|
||||||
|
date: 2021-06-30T15:59:54.226Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'preload: Warn that zip files are only accepted for Intel Edison'
|
- subject: 'preload: Warn that zip files are only accepted for Intel Edison'
|
||||||
hash: fec96b41ee59c61f6074aab907de6d05d431ba99
|
hash: fec96b41ee59c61f6074aab907de6d05d431ba99
|
||||||
|
@ -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.44.23 - 2021-06-30
|
||||||
|
|
||||||
|
* Delete CODEOWNERS [dfunckt]
|
||||||
|
|
||||||
## 12.44.22 - 2021-06-24
|
## 12.44.22 - 2021-06-24
|
||||||
|
|
||||||
* preload: Warn that zip files are only accepted for Intel Edison [Kyle Harding]
|
* preload: Warn that zip files are only accepted for Intel Edison [Kyle Harding]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.44.22",
|
"version": "12.44.23",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.44.22",
|
"version": "12.44.23",
|
||||||
"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