This commit is contained in:
Balena CI 2020-02-21 15:40:29 +02:00
parent 3f35d6fde6
commit ad4981328f
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Add a script to automate nested changelogs
hash: f2be811e1858b7935c95f5c5477057ff0be7ae43
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
version: 11.28.1
date: 2020-02-21T13:21:23.339Z
- commits: - commits:
- subject: Update resin-multibuild and add app and release template vars - subject: Update resin-multibuild and add app and release template vars
hash: 95c93d24da41aee611bac2e74f9e216aafdb2684 hash: 95c93d24da41aee611bac2e74f9e216aafdb2684

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 11.28.1 - 2020-02-21
* Add a script to automate nested changelogs [Thodoris Greasidis]
## 11.28.0 - 2020-02-18 ## 11.28.0 - 2020-02-18
* Update resin-multibuild and add app and release template vars [Cameron Diver] * Update resin-multibuild and add app and release template vars [Cameron Diver]

2
npm-shrinkwrap.json generated
View File

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

View File

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