This commit is contained in:
Balena CI 2022-04-29 04:45:30 +03:00 committed by VersionBot
parent f8402bc40c
commit ba3a3865b5
4 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: "leave: Update log message to advise that device still needs deleting"
hash: c667ffa8eb60e321308bcf0cf474781cdb70e29c
body: ""
footer:
Change-type: patch
change-type: patch
author: Taro Murao
nested: []
version: 13.4.1
title: "'patch: Tell user that balena leave command does not remove the device…'"
date: 2022-04-11T16:10:46.871Z
- commits:
- subject: "deploy: Support all valid semver versions in balena.yml"
hash: d2c77760b3e2001e5d18b48e5abf218d0998a4cd

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/).
## 13.4.1 - 2022-04-11
* leave: Update log message to advise that device still needs deleting [Taro Murao]
## 13.4.0 - 2022-04-08
* deploy: Support all valid semver versions in balena.yml [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "13.4.0",
"version": "13.4.1",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -288,6 +288,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2022-04-08T15:19:36.110Z"
"publishedAt": "2022-04-11T16:10:47.566Z"
}
}