This commit is contained in:
Balena CI 2020-02-08 00:29:18 +02:00
parent 02e8429155
commit 2cb5e28258
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Add .gitattributes to check out with the correct line-ending on windows
hash: 467afb3de6971fb939bbb6b20d9ab39d5104da00
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.25.9
date: 2020-02-07T21:43:13.619Z
- commits:
- subject: Merge resin-lint linting and fixing steps into one
hash: 6d543b79ff423a8288195aa850051d5fa9c914f5

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.25.9 - 2020-02-07
* Add .gitattributes to check out with the correct line-ending on windows [Pagan Gazzard]
## 11.25.8 - 2020-02-07
* Merge resin-lint linting and fixing steps into one [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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