diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4b764962..7aef9a51 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: Add a deprecation policy + hash: 9412a21d40be5368866d754d66cf19443df51662 + body: '' + footer: + Resolves: '#1802' + resolves: '#1802' + Change-type: minor + change-type: minor + See: >- + https://www.flowdock.com/app/rulemotion/r-product/threads/A6-bJBldfUFnhG9vixTz-DLz9iB + see: >- + https://www.flowdock.com/app/rulemotion/r-product/threads/A6-bJBldfUFnhG9vixTz-DLz9iB + HQ: 'https://github.com/balena-io/balena/issues/2032' + hq: 'https://github.com/balena-io/balena/issues/2032' + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + version: 11.33.0 + date: 2020-05-11T08:16:59.444Z - commits: - subject: 'Improve presentation of errors, help' hash: 98a2c0635db750e86c6f7d980b2ee3a04677a560 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3fd02f..b03a8727 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.33.0 - 2020-05-11 + +* Add a deprecation policy [Thodoris Greasidis] + ## 11.32.15 - 2020-05-06 * Improve presentation of errors, help [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ca4e3dd0..8ebdf7b9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.32.15", + "version": "11.33.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5d681808..fbb5df53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.32.15", + "version": "11.33.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",