This commit is contained in:
Balena CI 2022-08-29 15:57:57 -04:00 committed by VersionBot
parent 70d64ac7bf
commit b07e0cb504
4 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: "device: Add `services` command for seeing info about services running
on a device"
hash: 70d64ac7bf8de894bb6534d8a84822b5af17ee48
body: ""
footer:
Change-type: minor
change-type: minor
Signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
author: Matthew Yarmolinsky
nested: []
version: 14.4.0
title: "'device: Add command for seeing info about services running on a device'"
date: 2022-08-29T19:56:56.289Z
- commits:
- subject: "release: Add `validate` command for validating releases"
hash: 934c3ddf3886f0456be7c17bc3e131a2a06c60b1

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/).
## 14.4.0 - 2022-08-29
* device: Add `services` command for seeing info about services running on a device [Matthew Yarmolinsky]
## 14.3.0 - 2022-08-17
* release: Add `validate` command for validating releases [Matthew Yarmolinsky]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "14.3.0",
"version": "14.4.0",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -285,6 +285,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2022-08-17T11:37:13.226Z"
"publishedAt": "2022-08-29T19:56:56.820Z"
}
}