From 3cd468216771a17d4ae89cd70351739eb42864a6 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 12:16:04 +0000 Subject: [PATCH] v13.1.0 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0fb2ac7ab..588c9715d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Expose the RPi family config vars to Revolution Pi Connect and + Revolution Pi Connect S + hash: ee8d2128a8502fb5b73014dffbef9ab5f3bc3acf + body: "" + footer: + Change-type: minor + change-type: minor + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + nested: [] + version: 13.1.0 + title: "" + date: 2023-07-05T12:15:57.993Z - commits: - subject: Update dependency semver to v7.5.2 [SECURITY] hash: 2b8ce87e54352b04c99e3050f507366747e54ef1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b76e57d..7728857ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## 13.1.0 - 2023-07-05 + +* Expose the RPi family config vars to Revolution Pi Connect and Revolution Pi Connect S [Florin Sarbu] + ## 13.0.7 - 2023-07-01 * Update dependency semver to v7.5.2 [SECURITY] [Self-hosted Renovate Bot] diff --git a/package-lock.json b/package-lock.json index bdac07a47..242a31524 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "13.0.7", + "version": "13.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "13.0.7", + "version": "13.1.0", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.0.2", diff --git a/package.json b/package.json index 1a9bf8235..44264aba6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "13.0.7", + "version": "13.1.0", "license": "AGPL-3.0", "repository": { "type": "git", @@ -153,6 +153,6 @@ "_": "index.js" }, "versionist": { - "publishedAt": "2023-07-01T09:07:43.085Z" + "publishedAt": "2023-07-05T12:15:58.866Z" } }