This commit is contained in:
Balena CI 2020-03-31 14:21:28 +03:00
parent 45e7e9cb32
commit 43b1c5c24f
4 changed files with 16 additions and 2 deletions

@ -1,3 +1,13 @@
- commits:
- subject: Convert lib/actions/local/common.coffee to javascript
hash: 1a71bad8bbcd231b886fa6f406ca29ee42deae42
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.30.9
date: 2020-03-31T11:00:19.322Z
- commits:
- subject: Update README regarding proxy server support
hash: 3e955f3a910a305fc89eacff57d3df9c65a6a2b4

@ -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.30.9 - 2020-03-31
* Convert lib/actions/local/common.coffee to javascript [Pagan Gazzard]
## 11.30.8 - 2020-03-30
* Update README regarding proxy server support [Paulo Castro]

2
npm-shrinkwrap.json generated

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

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