This commit is contained in:
flowzone-app[bot] 2023-11-09 17:26:42 +00:00 committed by GitHub
parent 45d8872a82
commit 7954e13154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Use `pipeline` instead of `.pipe` when downloading OS image
hash: 56cff464080df51251be94a6ffd6799203d1ca8c
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 17.3.1
title: ""
date: 2023-11-09T17:26:35.437Z
- commits:
- subject: Add device start-service and stop-service commands
hash: 221c21379138c2caf7ece91c156aa7dd0288824e

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 17.3.1 - 2023-11-09
* Use `pipeline` instead of `.pipe` when downloading OS image [Pagan Gazzard]
## 17.3.0 - 2023-11-06
* Add device start-service and stop-service commands [Morgan Larsson]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "17.3.0",
"version": "17.3.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "17.3.0",
"version": "17.3.1",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "17.3.0",
"version": "17.3.1",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -282,6 +282,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-11-06T20:19:06.195Z"
"publishedAt": "2023-11-09T17:26:36.954Z"
}
}