mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 13:26:24 +00:00
v17.3.1
This commit is contained in:
parent
45d8872a82
commit
7954e13154
@ -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
|
||||
|
@ -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
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user