This commit is contained in:
Balena CI 2022-07-19 12:03:18 +03:00 committed by VersionBot
parent 719860366f
commit 3ce2653881
4 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Switch to balena-compose
hash: c7f56d92ddded57f1197edecf7e8e8d5f985e88e
body: >
Removes a bunch of individual dependencies by switching to
`@balena/compose` which (currently) groups and manages those
dependencies together in one package.
footer:
Change-type: minor
change-type: minor
author: Akis Kesoglou
nested: []
version: 13.9.0
title: "'Switch to balena-compose'"
date: 2022-07-19T08:31:08.632Z
- commits:
- subject: Add `--note` option for `push` and `deploy`
hash: 18eedfec7fef5f2cb9410cc2d8f1f583ef2142c9

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/).
## 13.9.0 - 2022-07-19
* Switch to balena-compose [Akis Kesoglou]
## 13.8.0 - 2022-07-18
* Add `--note` option for `push` and `deploy` [Matthew Yarmolinsky]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "13.8.0",
"version": "13.9.0",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -285,6 +285,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2022-07-18T11:40:30.343Z"
"publishedAt": "2022-07-19T08:31:09.222Z"
}
}