mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-06 19:19:56 +00:00
v12.36.1
This commit is contained in:
parent
1e1935cfb1
commit
61b11994b5
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update push command for organizations
|
||||||
|
hash: 27e2b03702dca731c999003be80576192134c153
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
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.36.1
|
||||||
|
date: 2020-12-23T15:07:02.635Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'errors: Make all exclusive flag errors expected'
|
- subject: 'errors: Make all exclusive flag errors expected'
|
||||||
hash: 074fe010bdc543c30754ac2eddba58d68bd8e0ae
|
hash: 074fe010bdc543c30754ac2eddba58d68bd8e0ae
|
||||||
|
@ -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.36.1 - 2020-12-23
|
||||||
|
|
||||||
|
* Update push command for organizations [Scott Lowe]
|
||||||
|
|
||||||
## 12.36.0 - 2020-12-22
|
## 12.36.0 - 2020-12-22
|
||||||
|
|
||||||
* errors: Make all exclusive flag errors expected [Marios Balamatsias]
|
* errors: Make all exclusive flag errors expected [Marios Balamatsias]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.36.0",
|
"version": "12.36.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.36.0",
|
"version": "12.36.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