mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-08 11:54:12 +00:00
v12.34.0
This commit is contained in:
parent
746676beb9
commit
6fc3b0df58
@ -1,3 +1,18 @@
|
||||
- commits:
|
||||
- subject: Add organizations support to app create command
|
||||
hash: 611f59a0da95a9bbbecd027d41f5fb9ded2b6460
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Connects-to: '#2119'
|
||||
connects-to: '#2119'
|
||||
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
author: Scott Lowe
|
||||
nested: []
|
||||
version: 12.34.0
|
||||
date: 2020-12-15T14:03:51.740Z
|
||||
- commits:
|
||||
- subject: Improve error message for issues to access balena settings
|
||||
hash: 439d8391eea61f0be2075121aa725286d9606110
|
||||
|
@ -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.34.0 - 2020-12-15
|
||||
|
||||
* Add organizations support to app create command [Scott Lowe]
|
||||
|
||||
## 12.33.2 - 2020-12-15
|
||||
|
||||
* Improve error message for issues to access balena settings [josecoelho]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.33.2",
|
||||
"version": "12.34.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.33.2",
|
||||
"version": "12.34.0",
|
||||
"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