mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v11.11.2
This commit is contained in:
parent
aa670ad6f1
commit
32c588db55
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: Use balena analytics project name
|
||||
hash: c1ba73a2da4872412a8b56d3580d6617e2476606
|
||||
body: |
|
||||
It's needed to properly integrate CLI with balena
|
||||
analytics proxy service.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Roman Mazur <roman@balena.io>
|
||||
signed-off-by: Roman Mazur <roman@balena.io>
|
||||
author: Roman Mazur
|
||||
version: 11.11.2
|
||||
date: 2019-09-18T15:04:37.776Z
|
||||
- commits:
|
||||
- subject: Migrate 'envs' and 'env rename' commands to oclif
|
||||
hash: c07b28e694e06732d88cdb0b8d3fc1705f169e5a
|
||||
|
@ -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.11.2 - 2019-09-18
|
||||
|
||||
* Use balena analytics project name [Roman Mazur]
|
||||
|
||||
## 11.11.1 - 2019-09-18
|
||||
|
||||
* Migrate 'envs' and 'env rename' commands to oclif [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.11.1",
|
||||
"version": "11.11.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.11.1",
|
||||
"version": "11.11.2",
|
||||
"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