mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 10:46:34 +00:00
v15.0.5
This commit is contained in:
parent
4ec45a0c43
commit
adff0f2a0a
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "15.0.4",
|
||||
"version": "15.0.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user