mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v11.4.2
This commit is contained in:
parent
dff6dafe85
commit
79e65025cb
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Explicitly upgrade livepush version to 2.0.1 to pick up fix
|
||||
hash: adcc862acb2237374de76ae75fed893f46b4408c
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
version: 11.4.2
|
||||
date: 2019-07-01T09:01:01.908Z
|
||||
- commits:
|
||||
- subject: Unpin selected dependencies following addition of npm-shrinkwrap.json
|
||||
hash: 77089e31e471398ec098689e414f138739424be6
|
||||
|
@ -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.4.2 - 2019-07-01
|
||||
|
||||
* Explicitly upgrade livepush version to 2.0.1 to pick up fix [Cameron Diver]
|
||||
|
||||
## 11.4.1 - 2019-06-28
|
||||
|
||||
* Unpin selected dependencies following addition of npm-shrinkwrap.json [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.4.1",
|
||||
"version": "11.4.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.4.1",
|
||||
"version": "11.4.2",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/actions/index.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user