From d2528add4af49165f9967949c8426e8c6ba61d04 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 8 Apr 2022 15:54:13 +0300 Subject: [PATCH] v13.3.4 --- .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 9359fcb1..b5a807ca 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Test Concourse / fly tool + hash: 112163c54d0f905ef10fd6cd5a6d7c4ef9636f49 + body: "" + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 13.3.4 + title: "'Test Concourse / fly tool'" + date: 2022-04-08T12:53:07.693Z - commits: - subject: Document the 'patches' folder in CONTRIBUTING.md hash: 88835e63bd0c37b7be99f63214d17a429d937035 diff --git a/CHANGELOG.md b/CHANGELOG.md index cea2832d..09e6e29d 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/). +## 13.3.4 - 2022-04-08 + +* Test Concourse / fly tool [Paulo Castro] + ## 13.3.3 - 2022-04-08 * Document the 'patches' folder in CONTRIBUTING.md [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f9f37280..3d08bf85 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.3.3", + "version": "13.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eb3af6d5..b274ad1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.3.3", + "version": "13.3.4", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2022-04-08T10:36:02.315Z" + "publishedAt": "2022-04-08T12:53:08.444Z" } }