mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 09:51:58 +00:00
v11.7.4
This commit is contained in:
parent
5fe908bbbf
commit
f0bd2f197d
@ -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
|
||||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user