This commit is contained in:
balenaCI 2023-05-23 19:46:47 +00:00
parent fcda09009a
commit b6c7fb82c3
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Use stricter typings
hash: 1a6fe1f3de8cf8e741dabbd57b5e81366bd73054
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 16.2.3
title: ""
date: 2023-05-23T19:46:44.902Z
- commits:
- subject: "env add: Fix accepting fleet names when setting service vars"
hash: 50e852acee7c3c243a0228d3725217bdc2545e32

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/).
## 16.2.3 - 2023-05-23
* Use stricter typings [Thodoris Greasidis]
## 16.2.2 - 2023-05-23
* env add: Fix accepting fleet names when setting service vars [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "16.2.2",
"version": "16.2.3",
"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": "2023-05-23T14:02:35.022Z"
"publishedAt": "2023-05-23T19:46:45.951Z"
}
}