From a4fc95e99b875a1a1d5999d7c490c7307329a52d Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 10 Sep 2021 03:44:17 +0300 Subject: [PATCH] v12.48.9 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 995d1aba..b4fd78b6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: 'chore: Update net-keepalive dependency (fix CLI packaging errors)' + hash: 6244af34641c80830daa0cfc6245711399b85521 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.48.9 + date: 2021-09-09T23:29:03.208Z - commits: - subject: >- v13 preparations: Add feature switch for removal of '--gitignore' (push, diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b9a29f..23c23129 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/). +## 12.48.9 - 2021-09-09 + +* chore: Update net-keepalive dependency (fix CLI packaging errors) [Paulo Castro] + ## 12.48.8 - 2021-09-08 * v13 preparations: Add feature switch for removal of '--gitignore' (push, build) [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 272e009a..89058ac4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.48.8", + "version": "12.48.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b303bde6..a3829ef0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.48.8", + "version": "12.48.9", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -289,6 +289,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2021-09-08T17:26:45.358Z" + "publishedAt": "2021-09-09T23:29:03.441Z" } }