This commit is contained in:
Balena CI 2020-07-01 01:03:52 +03:00 committed by VersionBot
parent 7987e20775
commit 3d0a93692f
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Update dependencies still using balena-sdk 10.x
hash: 209ea64b82418f369c2a98e42ecd43d60d4560cc
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 12.3.4
date: 2020-06-30T21:22:27.877Z
- commits:
- subject: Generate/include an oclif.manifest.json when packaging
hash: d0a4ff0d6b05a328be76ec593abe1d4b2e3c5d50

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.4 - 2020-06-30
* Update dependencies still using balena-sdk 10.x [Pagan Gazzard]
## 12.3.3 - 2020-06-30
* Generate/include an oclif.manifest.json when packaging [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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