This commit is contained in:
Resin CI 2019-06-28 18:55:39 +03:00
parent a6b282598b
commit 8bf884d425
4 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: Unpin selected dependencies following addition of npm-shrinkwrap.json
hash: 77089e31e471398ec098689e414f138739424be6
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
- subject: Add npm-shrinkwrap.json file to control dependency updates
hash: 7c6bae491f3682476daa0cca00bc12043378d3f9
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.4.1
date: 2019-06-28T12:50:58.844Z
- commits:
- subject: Add options to 'balena version' to show Node.js version
hash: 9d5ecb5f9c25612f50e98b616c74761cd33f3a0e

View File

@ -4,6 +4,11 @@ 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.1 - 2019-06-28
* Unpin selected dependencies following addition of npm-shrinkwrap.json [Paulo Castro]
* Add npm-shrinkwrap.json file to control dependency updates [Paulo Castro]
## 11.4.0 - 2019-06-27
* Add options to 'balena version' to show Node.js version [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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