mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v11.30.13
This commit is contained in:
parent
dcb1c11700
commit
c062e6e876
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: >-
|
||||
Fix project directory validation for 'balena deploy' with pre-built
|
||||
image
|
||||
hash: 96e28f3d45179ea48a4d3d94fd5634e264e5ea93
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
version: 11.30.13
|
||||
date: 2020-04-02T18:49:49.943Z
|
||||
- commits:
|
||||
- subject: Remove unused code from balena note
|
||||
hash: 9aa6b0bc57d51703098e0d55e6a51f467235d574
|
||||
|
@ -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/).
|
||||
|
||||
## 11.30.13 - 2020-04-02
|
||||
|
||||
* Fix project directory validation for 'balena deploy' with pre-built image [Paulo Castro]
|
||||
|
||||
## 11.30.12 - 2020-04-01
|
||||
|
||||
* Remove unused code from balena note [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.12",
|
||||
"version": "11.30.13",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.12",
|
||||
"version": "11.30.13",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user