From fe0ad92b435cbd9bbf21e7404177b3204c685119 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 22 Apr 2020 18:37:33 +0300 Subject: [PATCH] v11.31.11 --- .versionbot/CHANGELOG.yml | 10 ++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index efae0cd2..114cfbb0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 852eb7a4..07785458 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.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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index df08626f..9a4e6352 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.31.10", + "version": "11.31.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a6fd777e..1d2af7e5 100644 --- a/package.json +++ b/package.json @@ -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",