This commit is contained in:
Balena CI 2020-01-27 13:12:47 +02:00
parent 305755549e
commit ceb47e9969
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Update dependencies
hash: 77931b314a5436b4d6331621e7f9fbffa1cc880a
body: ''
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
version: 11.23.0
date: 2020-01-24T23:30:53.044Z
- commits:
- subject: >-
configure: Allow passing system-connection files to 'os configure'

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/).
## 11.23.0 - 2020-01-24
* Update dependencies [Pagan Gazzard]
## 11.22.0 - 2020-01-21
* Configure: Allow passing system-connection files to 'os configure' command [Rich Bayliss]

2
npm-shrinkwrap.json generated
View File

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

View File

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