mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
v13.9.0
This commit is contained in:
parent
719860366f
commit
3ce2653881
@ -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:
|
- commits:
|
||||||
- subject: Add `--note` option for `push` and `deploy`
|
- subject: Add `--note` option for `push` and `deploy`
|
||||||
hash: 18eedfec7fef5f2cb9410cc2d8f1f583ef2142c9
|
hash: 18eedfec7fef5f2cb9410cc2d8f1f583ef2142c9
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 13.9.0 - 2022-07-19
|
||||||
|
|
||||||
|
* Switch to balena-compose [Akis Kesoglou]
|
||||||
|
|
||||||
## 13.8.0 - 2022-07-18
|
## 13.8.0 - 2022-07-18
|
||||||
|
|
||||||
* Add `--note` option for `push` and `deploy` [Matthew Yarmolinsky]
|
* Add `--note` option for `push` and `deploy` [Matthew Yarmolinsky]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "13.8.0",
|
"version": "13.9.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "13.8.0",
|
"version": "13.9.0",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
@ -285,6 +285,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-07-18T11:40:30.343Z"
|
"publishedAt": "2022-07-19T08:31:09.222Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user