This commit is contained in:
Balena CI 2020-07-01 01:51:46 +03:00 committed by VersionBot
parent 2fc50eecf5
commit 41a8e1b2a4
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Add typing info to requires wherever possible
hash: 5e94f3f9c9671fbbb9ff31a9ae2f747a8ccdab42
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 12.3.5
date: 2020-06-30T22:23:34.960Z
- commits:
- subject: Update dependencies still using balena-sdk 10.x
hash: 209ea64b82418f369c2a98e42ecd43d60d4560cc

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/).
## 12.3.5 - 2020-06-30
* Add typing info to requires wherever possible [Pagan Gazzard]
## 12.3.4 - 2020-06-30
* Update dependencies still using balena-sdk 10.x [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.3.4",
"version": "12.3.5",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",