From 907508bce1d34a9c2f4f158f9b3c286c1edfa8c0 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 17 Jun 2020 18:00:03 +0300 Subject: [PATCH] v12.1.0 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 314a9eb5..35af42b7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: >- + Add --gitignore (-g) option to push/build/deploy commands for v11 + compatibility + hash: 146de39b832437d869904843a0d177bd2544ba83 + body: '' + footer: + Change-type: minor + change-type: minor + author: Paulo Castro + version: 12.1.0 + date: 2020-06-17T14:06:12.737Z - commits: - subject: 'v12 RELEASE NOTES: see https://git.io/Jf7hz' hash: 98f101643d4162bed63efb7b76e5ab2ea44f5db4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 32901d69..fe748572 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.1.0 - 2020-06-17 + +* Add --gitignore (-g) option to push/build/deploy commands for v11 compatibility [Paulo Castro] + ## 12.0.0 - 2020-06-16 * v12 RELEASE NOTES: see https://git.io/Jf7hz [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 06b07dde..13a5fabf 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.0.0", + "version": "12.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 63316d17..5e8c13bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.0.0", + "version": "12.1.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",