mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
v14.5.0
This commit is contained in:
parent
7fb82f7447
commit
14b54be15e
@ -1,3 +1,29 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: keeps events loggiging with default message
|
||||||
|
hash: d1e3bdf29a4cbe976f6d2feff0eb0f8553b3865a
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
change-type: minor
|
||||||
|
author: Otávio Jacobi
|
||||||
|
nested: []
|
||||||
|
- subject: uses amplitude data events format
|
||||||
|
hash: bdf7fedd7aa596834243590cf914f8f366088867
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
author: Otávio Jacobi
|
||||||
|
nested: []
|
||||||
|
- subject: changes analytics endpoint to analytics-backend
|
||||||
|
hash: c163662f4a63e1a3b0621ef28c8720f6f4a1edcd
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
change-type: minor
|
||||||
|
author: Otávio Jacobi
|
||||||
|
nested: []
|
||||||
|
version: 14.5.0
|
||||||
|
title: "'changes analytics endpoint to analytics-backend'"
|
||||||
|
date: 2022-10-18T11:18:18.257Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update simple-git to 3.14.1
|
- subject: Update simple-git to 3.14.1
|
||||||
hash: 70330759007bfdba81986e6c7db1f5c2cb0d7d5f
|
hash: 70330759007bfdba81986e6c7db1f5c2cb0d7d5f
|
||||||
|
@ -4,6 +4,12 @@ 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/).
|
||||||
|
|
||||||
|
## 14.5.0 - 2022-10-18
|
||||||
|
|
||||||
|
* keeps events loggiging with default message [Otávio Jacobi]
|
||||||
|
* uses amplitude data events format [Otávio Jacobi]
|
||||||
|
* changes analytics endpoint to analytics-backend [Otávio Jacobi]
|
||||||
|
|
||||||
## 14.4.4 - 2022-10-18
|
## 14.4.4 - 2022-10-18
|
||||||
|
|
||||||
* Update simple-git to 3.14.1 [Thodoris Greasidis]
|
* Update simple-git to 3.14.1 [Thodoris Greasidis]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "14.4.4",
|
"version": "14.5.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "14.4.4",
|
"version": "14.5.0",
|
||||||
"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",
|
||||||
@ -285,6 +285,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-10-18T10:00:36.262Z"
|
"publishedAt": "2022-10-18T11:18:20.001Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user