Skip to content

Commit

Permalink
v16.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Feb 16, 2022
1 parent a946f59 commit d015602
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
- commits:
- subject: Add applicationClass parameter to application create function for
setting is_of__class property
hash: 03572ea47e5a8533baf2e583982850b38555ff84
body: ""
footer:
Change-type: minor
change-type: minor
Signed-off-by: Matthew Yarmolinsky <[email protected]>
signed-off-by: Matthew Yarmolinsky <[email protected]>
author: Matthew Yarmolinsky
nested: []
version: 16.15.0
title: "'Add applicationClass parameter to application create function for
setting is_of__class property'"
date: 2022-02-16T13:35:17.994Z
- commits:
- subject: Add name and description field to generateDeviceKey for device.
hash: acdbdd5164af283240270c7fe36075f4f5dc0b87
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## 16.15.0 - 2022-02-16

* Add applicationClass parameter to application create function for setting is_of__class property [Matthew Yarmolinsky]

## 16.14.0 - 2022-02-15

* Add name and description field to generateDeviceKey for device. [Nitish Agarwal]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balena-sdk",
"version": "16.14.0",
"version": "16.15.0",
"description": "The Balena JavaScript SDK",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -120,6 +120,6 @@
"tslib": "^2.1.0"
},
"versionist": {
"publishedAt": "2022-02-15T09:27:49.984Z"
"publishedAt": "2022-02-16T13:35:18.540Z"
}
}

0 comments on commit d015602

Please sign in to comment.