mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-20 03:36:44 +00:00
v11.21.7
This commit is contained in:
parent
56e35f6e9f
commit
bbea58a9c8
@ -1,3 +1,19 @@
|
||||
- commits:
|
||||
- subject: >-
|
||||
Prevent file ignorer from ignoring Dockerfile (and variants),
|
||||
docker-compose.yml
|
||||
hash: 95b5ac1c7f682edb30d2a870d8df2466bb20c9ca
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Resolves: '#1445'
|
||||
resolves: '#1445'
|
||||
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
author: Scott Lowe
|
||||
version: 11.21.7
|
||||
date: 2020-01-20T11:01:32.629Z
|
||||
- commits:
|
||||
- subject: Add Windows-specific hint to 'balena scan' output
|
||||
hash: aca794b267a62a117658dd196d790391bc2b69a7
|
||||
|
@ -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.21.7 - 2020-01-20
|
||||
|
||||
* Prevent file ignorer from ignoring Dockerfile (and variants), docker-compose.yml [Scott Lowe]
|
||||
|
||||
## 11.21.6 - 2020-01-20
|
||||
|
||||
* Add Windows-specific hint to 'balena scan' output [Graham McCulloch]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.21.6",
|
||||
"version": "11.21.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.21.6",
|
||||
"version": "11.21.7",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user