From f305d5d9a092880798f59bb4c0c12df06bcfa464 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:01:55 +0000 Subject: [PATCH] v19.15.0 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2746ec608..23e7f04df 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Add alias `device note` for command `notes` + hash: 3eb3b3b584ce16c4811245b52817d3e6cf0270c5 + body: "" + footer: + Change-type: minor + change-type: minor + author: myarmolinsky + nested: [] + version: 19.15.0 + title: "" + date: 2024-10-23T11:01:50.290Z - commits: - subject: Add alias `device tunnel` for command `tunnel` hash: bff589704762f726abcbf3f7371ddfed7204a47a diff --git a/CHANGELOG.md b/CHANGELOG.md index c1fa3cc38..3574c5ac5 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/). +## 19.15.0 - 2024-10-23 + +* Add alias `device note` for command `notes` [myarmolinsky] + ## 19.14.0 - 2024-10-22 * Add alias `device tunnel` for command `tunnel` [myarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f98477a7b..4a4458776 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "19.14.0", + "version": "19.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "19.14.0", + "version": "19.15.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index aa5c37420..2d7458e6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "19.14.0", + "version": "19.15.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -273,6 +273,6 @@ } }, "versionist": { - "publishedAt": "2024-10-22T00:51:12.464Z" + "publishedAt": "2024-10-23T11:01:51.135Z" } }