Skip to content

Commit

Permalink
v19.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Mar 18, 2024
1 parent c05cfec commit 0e57a99
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Fix `application.create` method being wrongly marked as deprecated
hash: 166ffa8a3de0a002996bdd30c559a5e6b405d21c
body: The intention was to mark `options.applicationType` as deprecated
footer:
Change-type: patch
change-type: patch
author: myarmolinsky
nested: []
version: 19.5.8
title: ""
date: 2024-03-18T12:32:38.508Z
- commits:
- subject: Fix missing underscore to describes__device property
hash: 4aa0829ceaae348803d4fa2712b145df0195e901
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/).

## 19.5.8 - 2024-03-18

* Fix `application.create` method being wrongly marked as deprecated [myarmolinsky]

## 19.5.7 - 2024-03-08

* Fix missing underscore to describes__device property [Andrea Rosci]
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": "19.5.7",
"version": "19.5.8",
"description": "The Balena JavaScript SDK",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -140,6 +140,6 @@
"tslib": "^2.1.0"
},
"versionist": {
"publishedAt": "2024-03-08T12:46:34.087Z"
"publishedAt": "2024-03-18T12:32:39.008Z"
}
}

0 comments on commit 0e57a99

Please sign in to comment.