This commit is contained in:
Balena CI 2022-09-06 08:49:41 -04:00 committed by VersionBot
parent 2206b475c6
commit 523c0af0fb
4 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Add unified OS versions in the examples of the device & os commands
hash: a117dc0382c7644b23b00940229e0794d7249b59
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
nested: []
version: 14.3.1
title: "'Add unified OS versions in the examples of the device & os commands'"
date: 2022-09-06T10:29:09.912Z
- commits: - commits:
- subject: "release: Add `validate` command for validating releases" - subject: "release: Add `validate` command for validating releases"
hash: 934c3ddf3886f0456be7c17bc3e131a2a06c60b1 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! 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/).
## 14.3.1 - 2022-09-06
* Add unified OS versions in the examples of the device & os commands [Thodoris Greasidis]
## 14.3.0 - 2022-08-17 ## 14.3.0 - 2022-08-17
* release: Add `validate` command for validating releases [Matthew Yarmolinsky] * release: Add `validate` command for validating releases [Matthew Yarmolinsky]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "14.3.0", "version": "14.3.1",
"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",
@ -285,6 +285,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2022-08-17T11:37:13.226Z" "publishedAt": "2022-09-06T10:29:10.499Z"
} }
} }