mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v11.28.0
This commit is contained in:
parent
977fadab69
commit
6439aa5552
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.27.0",
|
||||
"version": "11.28.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user