mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v13.0.1
This commit is contained in:
parent
3d0f16168a
commit
31f927c27c
@ -1,3 +1,39 @@
|
||||
- commits:
|
||||
- subject: 'os versions, os download: Replace deprecated version fields'
|
||||
hash: b2d932afabb9c1ca131c0839397d0492f2f1a272
|
||||
body: |
|
||||
Replace deprecated `rawVersion` and `formattedVersion` fields and use
|
||||
alternative overload of `getAvailableOsVersions`. As a result, the word
|
||||
'recommended' is no longer printed next to any OS versions.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: Update balena-sdk to v16.8.1
|
||||
hash: 398175f0b3fa932018624a7362b4204e950eb71a
|
||||
body: |
|
||||
Update balena-sdk from 16.8.0 to 16.8.1
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested:
|
||||
- commits:
|
||||
- subject: 'logs: Stop using the querystring module'
|
||||
hash: c850abfea2492d01a1f0292c260c7fdf14db7109
|
||||
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
|
||||
nested: []
|
||||
version: balena-sdk-16.8.1
|
||||
date: 2021-12-23T12:27:51.348Z
|
||||
version: 13.0.1
|
||||
date: 2021-12-24T16:12:08.229Z
|
||||
- commits:
|
||||
- subject: 'v13 RELEASE NOTES: see https://git.io/JDHxG'
|
||||
hash: c403683edfe34c4ccf1f530c50dad713e92917dd
|
||||
|
13
CHANGELOG.md
13
CHANGELOG.md
@ -4,6 +4,19 @@ 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.0.1 - 2021-12-24
|
||||
|
||||
* os versions, os download: Replace deprecated version fields [Paulo Castro]
|
||||
|
||||
<details>
|
||||
<summary> Update balena-sdk to v16.8.1 [Paulo Castro] </summary>
|
||||
|
||||
> ### balena-sdk-16.8.1 - 2021-12-23
|
||||
>
|
||||
> * logs: Stop using the querystring module [Thodoris Greasidis]
|
||||
>
|
||||
</details>
|
||||
|
||||
## 13.0.0 - 2021-12-23
|
||||
|
||||
* v13 RELEASE NOTES: see https://git.io/JDHxG [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.0.0",
|
||||
"version": "13.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.0.0",
|
||||
"version": "13.0.1",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -287,6 +287,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-12-23T18:52:48.653Z"
|
||||
"publishedAt": "2021-12-24T16:12:08.688Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user