From 74081a440825085050389bea1f14604732ceda43 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:29:30 +0000 Subject: [PATCH] v1.0.37 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a37da5e..efd53e1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: allow for configurable wifi access point channel + hash: 2dd3f8cb583ce36d6389286bc09453166822293a + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ryan Cooke + signed-off-by: Ryan Cooke + author: rcooke-warwick + nested: [] + version: 1.0.37 + title: "" + date: 2024-08-07T08:29:27.800Z - commits: - subject: add configurable delay to wait for sd mux to settle hash: fba385f903ea38198b4bb15c4b76c046363a1bf4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 965bcbe..64432d2 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/). +## 1.0.37 - 2024-08-07 + +* allow for configurable wifi access point channel [rcooke-warwick] + ## 1.0.36 - 2024-08-02 * add configurable delay to wait for sd mux to settle [rcooke-warwick] diff --git a/package-lock.json b/package-lock.json index 4189ece..9a44d7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/autokit", - "version": "1.0.36", + "version": "1.0.37", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/autokit", - "version": "1.0.36", + "version": "1.0.37", "license": "Apache-2.0", "dependencies": { "@balena/usbrelay": "^0.1.4", diff --git a/package.json b/package.json index 84fdd6b..d3ed66b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/autokit", - "version": "1.0.36", + "version": "1.0.37", "description": "software interface for Autokit", "main": "build/index.js", "files": [ @@ -46,6 +46,6 @@ "typescript": "^4.9.5" }, "versionist": { - "publishedAt": "2024-08-02T15:00:15.575Z" + "publishedAt": "2024-08-07T08:29:27.910Z" } }