This commit is contained in:
Resin CI 2019-08-02 00:28:38 +03:00
parent 5fe908bbbf
commit f0bd2f197d
4 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: Update unzip2 dependency
hash: f9fc8fd2e8bfd94ca4f0777599565475a7ad25d5
body: |
That dependency has been updated upstream, but not published to npm,
thus we are pulling the latest (0.2.8) version from our own fork.
Fork is created temporarily.
footer:
Fixes: '#1373'
fixes: '#1373'
Change-type: patch
change-type: patch
Signed-off-by: Gergely Imreh <gergely@balena.io>
signed-off-by: Gergely Imreh <gergely@balena.io>
author: Gergely Imreh
version: 11.7.4
date: 2019-08-01T18:17:31.899Z
- commits: - commits:
- subject: Update mixpanel tracking - subject: Update mixpanel tracking
hash: 3ea905dc68461b3fe8b52a8e059426d3b60f7198 hash: 3ea905dc68461b3fe8b52a8e059426d3b60f7198

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 11.7.4 - 2019-08-01
* Update unzip2 dependency [Gergely Imreh]
## 11.7.3 - 2019-07-22 ## 11.7.3 - 2019-07-22
* Update mixpanel tracking [Paulo Castro] * Update mixpanel tracking [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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