This commit is contained in:
balenaCI 2023-03-10 16:25:40 +00:00
parent 4ec45a0c43
commit adff0f2a0a
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix application isLegacy check for rename and deploy
hash: ecf4b046b5d30c6e726b61f1e2b1a39cc91b8e53
body: ""
footer:
Change-type: patch
change-type: patch
author: JSReds
nested: []
version: 15.0.5
title: ""
date: 2023-03-10T16:25:37.691Z
- commits:
- subject: "patch: Clarify update rate of update notifier info"
hash: 0b9b65ef886b1ea0bd285a6a1900aae0c7fac281

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/).
## 15.0.5 - 2023-03-10
* Fix application isLegacy check for rename and deploy [JSReds]
## 15.0.4 - 2023-02-21
* patch: Clarify update rate of update notifier info [Heath Raftery]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "15.0.4",
"version": "15.0.5",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -284,6 +284,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-02-21T07:24:18.907Z"
"publishedAt": "2023-03-10T16:25:38.605Z"
}
}