This commit is contained in:
Balena CI 2021-12-24 20:12:14 +02:00 committed by VersionBot
parent 256f1abf1b
commit dbd8a9a08c
4 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Update oclif
hash: acd352cb3c9685612ec0bc274c80a5502c031ed0
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 13.0.2
date: 2021-12-24T17:47:32.122Z
- commits:
- subject: 'os versions, os download: Replace deprecated version fields'
hash: b2d932afabb9c1ca131c0839397d0492f2f1a272

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.0.2 - 2021-12-24
* Update oclif [Pagan Gazzard]
## 13.0.1 - 2021-12-24
* os versions, os download: Replace deprecated version fields [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "13.0.1",
"version": "13.0.2",
"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-24T16:12:08.688Z"
"publishedAt": "2021-12-24T17:47:32.417Z"
}
}