This commit is contained in:
balenaCI 2023-01-18 16:16:39 +00:00
parent c535b8e1ea
commit 8a84d9d792
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: Use https for the npm deprecation check, avoiding a redirect
hash: 234fb6cd39fe0a935f73e84a2ddecf2d77e257aa
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 15.0.3
title: ""
date: 2023-01-18T16:16:37.596Z
- commits:
- subject: Fix push --nolive doc typo
hash: ba80d3c38c89b86abfcf6ee7ef4c4113a2049bb1

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.3 - 2023-01-18
* Use https for the npm deprecation check, avoiding a redirect [Pagan Gazzard]
## 15.0.2 - 2023-01-14
* Fix push --nolive doc typo [Josh Bowling]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "15.0.2",
"version": "15.0.3",
"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-01-14T07:35:12.053Z"
"publishedAt": "2023-01-18T16:16:38.526Z"
}
}