From 5a8d2fad5f19513ef968d3096ca33b65edfa3c79 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:36:44 +0000 Subject: [PATCH] v20.1.1 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e6ddcb5e..a866cbb4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update @balena/lint to v9.1.3 + hash: c0e7ae9c915d147faab215226d2fd04c35c72176 + body: | + Update @balena/lint from 8.0.0 to 9.1.3 + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 20.1.1 + title: "" + date: 2024-12-16T17:36:39.581Z - commits: - subject: "`device os-update`: Add handling for updates that require takeover" hash: 703dbd01c952474f28cbe3105a5ebaa41b4a0566 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd30900..d3110ca3 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/). +## 20.1.1 - 2024-12-16 + +* Update @balena/lint to v9.1.3 [Otavio Jacobi] + ## 20.1.0 - 2024-12-12 * `device os-update`: Add handling for updates that require takeover [myarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 21356a19..a9d508fa 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "20.1.0", + "version": "20.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "20.1.0", + "version": "20.1.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 27a66fc0..e7414b8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "20.1.0", + "version": "20.1.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -274,6 +274,6 @@ } }, "versionist": { - "publishedAt": "2024-12-12T14:17:16.574Z" + "publishedAt": "2024-12-16T17:36:40.510Z" } }