This commit is contained in:
Balena CI 2019-10-22 13:18:17 +03:00
parent e0373e6f19
commit d96ad93e1e
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Bump livepush and reconcile husky dependency
hash: f50f169ff060fd036f09ce0bb7d674199707f657
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
version: 11.16.5
date: 2019-10-22T09:09:18.739Z
- commits:
- subject: Move npm version check from npm 'preinstall' to git 'pre-commit' hook
hash: 59a7b9d12bfcd926c2d9268857889f6c70ac865d

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.16.5 - 2019-10-22
* Bump livepush and reconcile husky dependency [Paulo Castro]
## 11.16.4 - 2019-10-17
* Move npm version check from npm 'preinstall' to git 'pre-commit' hook [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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