From 052c8d138e2b61214f99cb3ff30723f343451733 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 14 May 2020 01:18:30 +0300 Subject: [PATCH] v11.34.0 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c06962b7..a4b67197 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: >- + push/build/deploy: add --nogitignore option and update dockerignore + filter library + hash: 4577d72eaddfacd9b97df41d339d1262e08b1941 + body: '' + footer: + Connects-to: '#1148' + connects-to: '#1148' + Change-type: minor + change-type: minor + author: Paulo Castro + version: 11.34.0 + date: 2020-05-13T21:36:33.452Z - commits: - subject: Re-create standalone zip package (release asset) for Windows hash: 4b056b4d4ce13b8e955af4e148d663ee97103dad diff --git a/CHANGELOG.md b/CHANGELOG.md index 15d89f48..48c8a009 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/). +## 11.34.0 - 2020-05-13 + +* push/build/deploy: add --nogitignore option and update dockerignore filter library [Paulo Castro] + ## 11.33.4 - 2020-05-12 * Re-create standalone zip package (release asset) for Windows [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a6b40909..35dc1d51 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.33.4", + "version": "11.34.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4f07f7a4..9806c9d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.33.4", + "version": "11.34.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",