From 8a84d9d79229bd2ff9dd5eab966c7e2173570798 Mon Sep 17 00:00:00 2001 From: balenaCI Date: Wed, 18 Jan 2023 16:16:39 +0000 Subject: [PATCH] v15.0.3 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 939c60d2..0ad87b8f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index e421a50b..8082f155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0514dac0..189210d8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "15.0.2", + "version": "15.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e7c7c698..c168be1b 100644 --- a/package.json +++ b/package.json @@ -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" } }