mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 17:56:57 +00:00
v12.33.1
This commit is contained in:
parent
1f3677bdb2
commit
0d3ca63f00
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Fix preload command support for application IDs
|
||||||
|
hash: fe24280adfca5550c95bb80d30b651bfe4713cf4
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Resolves: '#2063'
|
||||||
|
resolves: '#2063'
|
||||||
|
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||||
|
signed-off-by: Scott Lowe <scott@balena.io>
|
||||||
|
author: Scott Lowe
|
||||||
|
nested: []
|
||||||
|
version: 12.33.1
|
||||||
|
date: 2020-12-11T16:24:24.516Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Add orgs command
|
- subject: Add orgs command
|
||||||
hash: a11f9ec7055ff7ff8f621157809a6b8dcc2cbc61
|
hash: a11f9ec7055ff7ff8f621157809a6b8dcc2cbc61
|
||||||
|
@ -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.33.1 - 2020-12-11
|
||||||
|
|
||||||
|
* Fix preload command support for application IDs [Scott Lowe]
|
||||||
|
|
||||||
## 12.33.0 - 2020-12-11
|
## 12.33.0 - 2020-12-11
|
||||||
|
|
||||||
* Add orgs command [Scott Lowe]
|
* Add orgs command [Scott Lowe]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.33.0",
|
"version": "12.33.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.33.0",
|
"version": "12.33.1",
|
||||||
"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