From e2114f73d7f956ea9a80ef4c7a96ffa11f19c799 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 12 Mar 2020 02:55:02 +0200 Subject: [PATCH] v11.28.16 --- .versionbot/CHANGELOG.yml | 35 +++++++++++++++++++++++++++++++++++ CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 44 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index eb9148c9..6a033bcc 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b8db843..60f2d2b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7de14154..cd63d95b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.28.15", + "version": "11.28.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dbb3f83d..e0b2f985 100644 --- a/package.json +++ b/package.json @@ -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",