diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 45e94a06..d78e8e15 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: Preserve symlinks for the sake of the balenaCI worker + hash: 6574745a2362ff2ff6158201852fc6adfd042602 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + - subject: Add type checking for tests + hash: 1ee74df67e24502b4779977cdf707436bb45518f + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 11.30.3 + date: 2020-03-24T16:56:52.914Z - commits: - subject: Add support for authentication checking to oclif hash: 8658104647def05094609a498407ca0937de5c5b diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be3a5c0..19c2d536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.30.3 - 2020-03-24 + +* Preserve symlinks for the sake of the balenaCI worker [Pagan Gazzard] +* Add type checking for tests [Pagan Gazzard] + ## 11.30.2 - 2020-03-24 * Add support for authentication checking to oclif [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 611d4592..a6f11e0e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.30.2", + "version": "11.30.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e500cf7b..aee1e481 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.30.2", + "version": "11.30.3", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",