v11.28.16

This commit is contained in:
Balena CI 2020-03-12 02:55:02 +02:00
parent 2f448951c9
commit e2114f73d7
4 changed files with 44 additions and 2 deletions

View File

@ -1,3 +1,38 @@
- commits:
- subject: Update CONTRIBUTING.md regarding ./bin/balena-dev and oclif commands
hash: 385d3e107bf55c9dc3377d2758db5fcac1d89702
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Update CONTRIBUTING.md regarding Coffeescript to Typescript conversion
hash: d98b2fa72f015ffe5ce158abd693ab48d7bd6a61
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: >-
Prevent auto merge of npm-shrinkwrap.json and explain it in
CONTRIBUTING.md
hash: c6baa7a9080d6709ae1402a48aafdb9e6df3513f
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Add test case for `build --emulated`
hash: daa34feedaf3ec642d7e6848cf2f7b768ea7b348
body: ''
footer:
Connects-to: '#1649'
connects-to: '#1649'
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.28.16
date: 2020-03-11T22:19:53.456Z
- commits:
- subject: >-
Fix 'balena login' web auth on Linux standalone zip install (xdg-open

View File

@ -4,6 +4,13 @@ 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.16 - 2020-03-11
* Update CONTRIBUTING.md regarding ./bin/balena-dev and oclif commands [Paulo Castro]
* Update CONTRIBUTING.md regarding Coffeescript to Typescript conversion [Paulo Castro]
* Prevent auto merge of npm-shrinkwrap.json and explain it in CONTRIBUTING.md [Paulo Castro]
* Add test case for `build --emulated` [Paulo Castro]
## 11.28.15 - 2020-03-11
* Fix 'balena login' web auth on Linux standalone zip install (xdg-open ENOENT) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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