This commit is contained in:
Balena CI 2020-02-25 22:48:49 +02:00
parent d86f213b68
commit 077d1db9b7
4 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: >-
Fix build/deploy commands with QEMU emulation and alternative Dockerfile
name
hash: cdfd1d124b33c64301e259be598390612e5e2ac7
body: ''
footer:
Resolves: '#1624'
resolves: '#1624'
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Fix CONTRIBUTING markdown
hash: 28c00696b800492a8774ae360405b45e5bd5acd0
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.28.4
date: 2020-02-25T19:45:42.988Z
- commits:
- subject: Update type deps
hash: 4abdd71ce77fc7027d5bc2e7e47398117b6771e9

View File

@ -4,6 +4,11 @@ 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.28.4 - 2020-02-25
* Fix build/deploy commands with QEMU emulation and alternative Dockerfile name [Paulo Castro]
* Fix CONTRIBUTING markdown [Paulo Castro]
## 11.28.3 - 2020-02-24
* Update type deps [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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