diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 65c186b8..958b1ea2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Update type deps + hash: 4abdd71ce77fc7027d5bc2e7e47398117b6771e9 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 11.28.3 + date: 2020-02-24T14:19:23.748Z - commits: - subject: Add pre-commit check for cli.markdown updates and coffeelint execution hash: 03053e125f0a75e25b50a8bd0a5ecfe82efc3c0b diff --git a/CHANGELOG.md b/CHANGELOG.md index 0412e84a..17f296d0 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.28.3 - 2020-02-24 + +* Update type deps [Pagan Gazzard] + ## 11.28.2 - 2020-02-21 * Add pre-commit check for cli.markdown updates and coffeelint execution [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ffbf4397..2ea2d10c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.28.2", + "version": "11.28.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 72515661..4767d7b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.28.2", + "version": "11.28.3", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",