v11.28.17

This commit is contained in:
Balena CI 2020-03-12 20:01:37 +02:00
parent 7dc3977e82
commit 26803067f1
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Make windows installer remove old files before installation.
hash: 10cbf514a2493cbe3d9c875d30ddfed2f37c79e7
body: ''
footer:
Change-type: patch
change-type: patch
Resolves: '#1658'
resolves: '#1658'
author: Scott Lowe
version: 11.28.17
date: 2020-03-12T16:55:13.558Z
- commits:
- subject: Update CONTRIBUTING.md regarding ./bin/balena-dev and oclif commands
hash: 385d3e107bf55c9dc3377d2758db5fcac1d89702

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.28.17 - 2020-03-12
* Make windows installer remove old files before installation. [Scott Lowe]
## 11.28.16 - 2020-03-11
* Update CONTRIBUTING.md regarding ./bin/balena-dev and oclif commands [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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