This commit is contained in:
balenaCI 2023-02-21 07:24:19 +00:00
parent 53b66678d4
commit b0cae93ac9
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: "patch: Clarify update rate of update notifier info"
hash: 0b9b65ef886b1ea0bd285a6a1900aae0c7fac281
body: If the cli has not been run in a while, it will show old update
information. It's not obvious why, and this might lead to confusion. So
this commit just adds a comment to clarify that out-of-date update
notifier info is expected behaviour, and why.
footer: {}
author: Heath Raftery
nested: []
version: 15.0.4
title: ""
date: 2023-02-21T07:24:18.046Z
- commits: - commits:
- subject: Use https for the npm deprecation check, avoiding a redirect - subject: Use https for the npm deprecation check, avoiding a redirect
hash: 234fb6cd39fe0a935f73e84a2ddecf2d77e257aa hash: 234fb6cd39fe0a935f73e84a2ddecf2d77e257aa

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! 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/).
## 15.0.4 - 2023-02-21
* patch: Clarify update rate of update notifier info [Heath Raftery]
## 15.0.3 - 2023-01-18 ## 15.0.3 - 2023-01-18
* Use https for the npm deprecation check, avoiding a redirect [Pagan Gazzard] * Use https for the npm deprecation check, avoiding a redirect [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "15.0.3", "version": "15.0.4",
"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",
@ -284,6 +284,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2023-01-18T16:16:38.526Z" "publishedAt": "2023-02-21T07:24:18.907Z"
} }
} }