diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e289b330..a90083b8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update supported npm version range in package.json (<7.0.0) + hash: 5fc009a6ae736a2d6f1bdbb1d2d83f9169eaeaa4 + body: '' + footer: + Connects-to: '#2221' + connects-to: '#2221' + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.41.3 + date: 2021-03-17T15:35:44.346Z - commits: - subject: 'Linux installation instructions: Add sudo configuration section' hash: b233ea3e3e93b8f07721dd9de5f5ccaa83ecc049 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f25368e..460907e2 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/). +## 12.41.3 - 2021-03-17 + +* Update supported npm version range in package.json (<7.0.0) [Paulo Castro] + ## 12.41.2 - 2021-03-17 * Linux installation instructions: Add sudo configuration section [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ffc64d92..e1b1859f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.41.2", + "version": "12.41.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ef7c08ab..221323ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.41.2", + "version": "12.41.3", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",