mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-19 11:16:38 +00:00
v11.34.0
This commit is contained in:
parent
d0228f20fd
commit
052c8d138e
@ -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
|
||||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user