From f0bd2f197d88ffdb4372d5e3c6f0f16d12b52b53 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 2 Aug 2019 00:28:38 +0300 Subject: [PATCH] v11.7.4 --- .versionbot/CHANGELOG.yml | 17 +++++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 393cfb1e..1a5df888 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Gergely Imreh + author: Gergely Imreh + version: 11.7.4 + date: 2019-08-01T18:17:31.899Z - commits: - subject: Update mixpanel tracking hash: 3ea905dc68461b3fe8b52a8e059426d3b60f7198 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd580ce..1e0fd611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.7.4 - 2019-08-01 + +* Update unzip2 dependency [Gergely Imreh] + ## 11.7.3 - 2019-07-22 * Update mixpanel tracking [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 755ff8df..e6dd3076 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.7.3", + "version": "11.7.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 81e4fefd..774d6175 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.7.3", + "version": "11.7.4", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",