mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-19 03:06:29 +00:00
v11.31.11
This commit is contained in:
parent
81c5a62380
commit
fe0ad92b43
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: Avoid patch-package warning with 'npm install -g --production'
|
||||
hash: ebdd04ec735ffaef239f5d5b41fbc1535a885b16
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
version: 11.31.11
|
||||
date: 2020-04-22T15:04:59.205Z
|
||||
- commits:
|
||||
- subject: 'Convert command `scan` to TypeScript, migrate to oclif'
|
||||
hash: a2b761ec4b3f3aaee565b7ebfa43fb4bae429455
|
||||
|
@ -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.31.11 - 2020-04-22
|
||||
|
||||
* Avoid patch-package warning with 'npm install -g --production' [Paulo Castro]
|
||||
|
||||
## 11.31.10 - 2020-04-22
|
||||
|
||||
* Convert command `scan` to TypeScript, migrate to oclif [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.10",
|
||||
"version": "11.31.11",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.10",
|
||||
"version": "11.31.11",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user