mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v13.1.13
This commit is contained in:
parent
cc19b00998
commit
d2330f9ed1
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: Drop unused awaitDevice utility function
|
||||
hash: eccadbdcb9b5340d0e9d42fd9b9063255cad9fb0
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Lucian Buzzo <lucian.buzzo@gmail.com>
|
||||
signed-off-by: Lucian Buzzo <lucian.buzzo@gmail.com>
|
||||
author: Lucian Buzzo
|
||||
nested: []
|
||||
version: 13.1.13
|
||||
title: "'Drop unused awaitDevice utility function'"
|
||||
date: 2022-02-10T11:50:33.741Z
|
||||
- commits:
|
||||
- subject: "preload: Stop using the deprecated /device-types/v1 API endpoints"
|
||||
hash: 31eb734af16d805bbd4731a725eb3b826dcd2f42
|
||||
|
@ -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.1.13 - 2022-02-10
|
||||
|
||||
* Drop unused awaitDevice utility function [Lucian Buzzo]
|
||||
|
||||
## 13.1.12 - 2022-02-09
|
||||
|
||||
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.1.12",
|
||||
"version": "13.1.13",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.1.12",
|
||||
"version": "13.1.13",
|
||||
"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": "2022-02-09T00:09:31.553Z"
|
||||
"publishedAt": "2022-02-10T11:50:34.458Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user