This commit is contained in:
Balena CI 2020-06-17 18:00:03 +03:00 committed by VersionBot
parent 599b897721
commit 907508bce1
4 changed files with 18 additions and 2 deletions

View File

@ -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: - commits:
- subject: 'v12 RELEASE NOTES: see https://git.io/Jf7hz' - subject: 'v12 RELEASE NOTES: see https://git.io/Jf7hz'
hash: 98f101643d4162bed63efb7b76e5ab2ea44f5db4 hash: 98f101643d4162bed63efb7b76e5ab2ea44f5db4

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## 12.0.0 - 2020-06-16
* v12 RELEASE NOTES: see https://git.io/Jf7hz [Paulo Castro] * v12 RELEASE NOTES: see https://git.io/Jf7hz [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.0.0", "version": "12.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.0.0", "version": "12.1.0",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",