This commit is contained in:
Balena CI 2019-09-19 13:23:45 +03:00
parent aa670ad6f1
commit 32c588db55
4 changed files with 20 additions and 2 deletions

View File

@ -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: - commits:
- subject: Migrate 'envs' and 'env rename' commands to oclif - subject: Migrate 'envs' and 'env rename' commands to oclif
hash: c07b28e694e06732d88cdb0b8d3fc1705f169e5a hash: c07b28e694e06732d88cdb0b8d3fc1705f169e5a

View File

@ -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/).
## 11.11.2 - 2019-09-18
* Use balena analytics project name [Roman Mazur]
## 11.11.1 - 2019-09-18 ## 11.11.1 - 2019-09-18
* Migrate 'envs' and 'env rename' commands to oclif [Paulo Castro] * Migrate 'envs' and 'env rename' commands to oclif [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.11.1", "version": "11.11.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.11.1", "version": "11.11.2",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",