diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 03daeae88..e344c5403 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Improve internal typings by avoiding some `any` cases + hash: c28af087f9b8e4ae805ee638438f4dd6116d0cdb + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 14.2.8 + date: 2020-07-06T20:39:43.141Z - commits: - subject: Include typings for all lazy loaded requires hash: d101fa2c79e42bd36adde052abe96a15dd5c0373 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4114c5d..81f0393c9 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/). +# v14.2.8 +## (2020-07-06) + +* Improve internal typings by avoiding some `any` cases [Pagan Gazzard] + # v14.2.7 ## (2020-07-06) diff --git a/package.json b/package.json index ff5e9143a..521a08754 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "14.2.7", + "version": "14.2.8", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "typings/balena-sdk/index.d.ts",