Skip to content

Commit

Permalink
v14.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Jul 7, 2020
1 parent b0e50b7 commit fe53b78
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fe53b78

Please sign in to comment.