mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-07 06:18:43 +00:00
v17.1.7
This commit is contained in:
parent
36edcf0cb8
commit
71f1dbd80a
@ -1,3 +1,39 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "tag set: Fix using empty string as a value"
|
||||||
|
hash: 8204dcad9323bebd4b0b40b84f658fc0bcb66a29
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
- subject: "env add: Fix using empty string as a value"
|
||||||
|
hash: 03bcb6cff7743d0d60ef76dcf3af4a9b31f5f743
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
- subject: Add tests for empty & non-provided value for the `env add` command
|
||||||
|
hash: 66b6eed57c000713beea2e28d4f56cdbfc2b0ea4
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
- subject: Add tests for the `tag set` command
|
||||||
|
hash: 99b0f2c0222cc82fdbdfce5cd80a1ffc04e715d7
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
version: 17.1.7
|
||||||
|
title: ""
|
||||||
|
date: 2023-10-20T10:49:15.378Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Allow custom actions for external contributors
|
- subject: Allow custom actions for external contributors
|
||||||
hash: 3fc6eb7a47687d26181fe346dd856dc90ddbcdfa
|
hash: 3fc6eb7a47687d26181fe346dd856dc90ddbcdfa
|
||||||
|
@ -4,6 +4,13 @@ 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/).
|
||||||
|
|
||||||
|
## 17.1.7 - 2023-10-20
|
||||||
|
|
||||||
|
* tag set: Fix using empty string as a value [Thodoris Greasidis]
|
||||||
|
* env add: Fix using empty string as a value [Thodoris Greasidis]
|
||||||
|
* Add tests for empty & non-provided value for the `env add` command [Thodoris Greasidis]
|
||||||
|
* Add tests for the `tag set` command [Thodoris Greasidis]
|
||||||
|
|
||||||
## 17.1.6 - 2023-10-18
|
## 17.1.6 - 2023-10-18
|
||||||
|
|
||||||
* Allow custom actions for external contributors [Kyle Harding]
|
* Allow custom actions for external contributors [Kyle Harding]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "17.1.6",
|
"version": "17.1.7",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "17.1.6",
|
"version": "17.1.7",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "17.1.6",
|
"version": "17.1.7",
|
||||||
"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",
|
||||||
@ -280,6 +280,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-10-18T18:16:05.977Z"
|
"publishedAt": "2023-10-20T10:49:16.735Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user