diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 296e4b6a..8b7de853 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Add typing info to requires wherever possible + hash: 5e94f3f9c9671fbbb9ff31a9ae2f747a8ccdab42 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 12.3.5 + date: 2020-06-30T22:23:34.960Z - commits: - subject: Update dependencies still using balena-sdk 10.x hash: 209ea64b82418f369c2a98e42ecd43d60d4560cc diff --git a/CHANGELOG.md b/CHANGELOG.md index a58c451a..f3b1b894 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.3.5 - 2020-06-30 + +* Add typing info to requires wherever possible [Pagan Gazzard] + ## 12.3.4 - 2020-06-30 * Update dependencies still using balena-sdk 10.x [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e80f56d9..12d2e585 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.3.4", + "version": "12.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5ad20201..8f413c0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.3.4", + "version": "12.3.5", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",