This commit is contained in:
balenaCI 2023-01-14 07:35:13 +00:00
parent 0e07b36691
commit 8714830b48
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix push --nolive doc typo
hash: ba80d3c38c89b86abfcf6ee7ef4c4113a2049bb1
body: ""
footer:
Change-type: patch
change-type: patch
author: Josh Bowling
nested: []
version: 15.0.2
title: ""
date: 2023-01-14T07:35:11.117Z
- commits: - commits:
- subject: Process livepush build logs inline - subject: Process livepush build logs inline
hash: 578de7bcd4d1ec6a106251d19305c99c250458c1 hash: 578de7bcd4d1ec6a106251d19305c99c250458c1

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/).
## 15.0.2 - 2023-01-14
* Fix push --nolive doc typo [Josh Bowling]
## 15.0.1 - 2023-01-10 ## 15.0.1 - 2023-01-10
* Process livepush build logs inline [Felipe Lalanne] * Process livepush build logs inline [Felipe Lalanne]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "15.0.1", "version": "15.0.2",
"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",
@ -284,6 +284,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2023-01-10T13:43:23.538Z" "publishedAt": "2023-01-14T07:35:12.053Z"
} }
} }