v11.35.18

This commit is contained in:
Balena CI 2020-06-05 22:26:41 +03:00 committed by VersionBot
parent 523d563b4e
commit a85c482416
4 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,22 @@
- commits:
- subject: 'v12 preparations: Add feature switch for default eol-converson'
hash: 1569915fae760eb68da00dfa18f48479d5340a96
body: ''
footer:
Change-type: patch
change-type: patch
Connects-to: '#1770'
connects-to: '#1770'
author: Scott Lowe
- subject: 'v12 preparations: Fix dockerignore tests on Windows'
hash: b1552f8e9b32abd985fab2c5b36d81dc3dd9e05a
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.35.18
date: 2020-06-05T15:47:16.860Z
- commits:
- subject: Convert 'balena device public-url' commands to oclif
hash: 728c4f4296f10c838781e74245658a6e391aaba1

View File

@ -4,6 +4,11 @@ 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.35.18 - 2020-06-05
* v12 preparations: Add feature switch for default eol-converson [Scott Lowe]
* v12 preparations: Fix dockerignore tests on Windows [Paulo Castro]
## 11.35.17 - 2020-06-02
* Convert 'balena device public-url' commands to oclif [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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