Skip to content

Commit

Permalink
v14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 17, 2023
1 parent 9c54eff commit 7e452f6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 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: Use the graceful deny mechanism for device state PATCH v3
hash: 87ecf8b1c517e16024a19cf7e6d670962b1ad411
body: ""
footer:
Change-type: major
change-type: major
author: Thodoris Greasidis
nested: []
version: 14.0.0
title: ""
date: 2023-07-17T09:17:28.212Z
- commits:
- subject: "vars-schema: Add custom DTB support for Jetson Orin Nano"
hash: 9e2d0888c62721c8ba2da3f74e515a34135c3aa7
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/).

## 14.0.0 - 2023-07-17

* Use the graceful deny mechanism for device state PATCH v3 [Thodoris Greasidis]

## 13.3.0 - 2023-07-12

* vars-schema: Add custom DTB support for Jetson Orin Nano [Alexandru Costache]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@balena/open-balena-api",
"description": "Internet of things, Made Simple",
"version": "13.3.0",
"version": "14.0.0",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -153,6 +153,6 @@
"_": "index.js"
},
"versionist": {
"publishedAt": "2023-07-12T12:39:18.279Z"
"publishedAt": "2023-07-17T09:17:29.131Z"
}
}

0 comments on commit 7e452f6

Please sign in to comment.