mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v11.28.17
This commit is contained in:
parent
7dc3977e82
commit
26803067f1
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.28.16",
|
||||
"version": "11.28.17",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user