mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 19:34:13 +00:00
v13.8.0
This commit is contained in:
parent
c91f67d27e
commit
21ded85c7a
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: Add `--note` option for `push` and `deploy`
|
||||
hash: 18eedfec7fef5f2cb9410cc2d8f1f583ef2142c9
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
|
||||
signed-off-by: Matthew Yarmolinsky <matthew-timothy@balena.io>
|
||||
author: Matthew Yarmolinsky
|
||||
nested: []
|
||||
version: 13.8.0
|
||||
title: "'Add option for and '"
|
||||
date: 2022-07-18T11:40:29.806Z
|
||||
- commits:
|
||||
- subject: "os download: Fix resolving to draft releases"
|
||||
hash: 88f4a3d88e6303ef59ae632c9f8c5cfd08e9e96e
|
||||
|
@ -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.8.0 - 2022-07-18
|
||||
|
||||
* Add `--note` option for `push` and `deploy` [Matthew Yarmolinsky]
|
||||
|
||||
## 13.7.1 - 2022-07-13
|
||||
|
||||
* os download: Fix resolving to draft releases [Thodoris Greasidis]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.7.1",
|
||||
"version": "13.8.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.7.1",
|
||||
"version": "13.8.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -288,6 +288,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-07-13T07:18:16.327Z"
|
||||
"publishedAt": "2022-07-18T11:40:30.343Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user