This commit is contained in:
Balena CI 2020-02-20 05:01:08 +02:00
parent 977fadab69
commit 6439aa5552
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Update resin-multibuild and add app and release template vars
hash: 95c93d24da41aee611bac2e74f9e216aafdb2684
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 11.28.0
date: 2020-02-18T13:58:42.610Z
- commits:
- subject: Add tests for project directory validation
hash: 9e870b08a7802ca0132d6fd99a7d89cfdb8314cb

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 11.28.0 - 2020-02-18
* Update resin-multibuild and add app and release template vars [Cameron Diver]
## 11.27.0 - 2020-02-17
* Add tests for project directory validation [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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