This commit is contained in:
Balena CI 2020-05-14 01:18:30 +03:00 committed by VersionBot
parent d0228f20fd
commit 052c8d138e
4 changed files with 20 additions and 2 deletions

View File

@ -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: - commits:
- subject: Re-create standalone zip package (release asset) for Windows - subject: Re-create standalone zip package (release asset) for Windows
hash: 4b056b4d4ce13b8e955af4e148d663ee97103dad hash: 4b056b4d4ce13b8e955af4e148d663ee97103dad

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/).
## 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 ## 11.33.4 - 2020-05-12
* Re-create standalone zip package (release asset) for Windows [Paulo Castro] * Re-create standalone zip package (release asset) for Windows [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.33.4", "version": "11.34.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",