mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v17.3.0
This commit is contained in:
parent
a434a5e657
commit
47a1a9c6af
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Add device start-service and stop-service commands
|
||||
hash: 221c21379138c2caf7ece91c156aa7dd0288824e
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: Morgan Larsson
|
||||
nested: []
|
||||
version: 17.3.0
|
||||
title: ""
|
||||
date: 2023-11-06T20:19:05.251Z
|
||||
- commits:
|
||||
- subject: Dedupe shrinkwrap
|
||||
hash: 4a64102d672973ab1838ab6b3e53ca761ff0ccf2
|
||||
|
@ -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.0 - 2023-11-06
|
||||
|
||||
* Add device start-service and stop-service commands [Morgan Larsson]
|
||||
|
||||
## 17.2.4 - 2023-11-06
|
||||
|
||||
* Dedupe shrinkwrap [myarmolinsky]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "17.2.4",
|
||||
"version": "17.3.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "17.2.4",
|
||||
"version": "17.3.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "17.2.4",
|
||||
"version": "17.3.0",
|
||||
"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-06T19:11:59.801Z"
|
||||
"publishedAt": "2023-11-06T20:19:06.195Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user