From 72941992e8989ddda8edfb0d857929dc76ec34a8 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 20:39:59 +0000 Subject: [PATCH] v11.1.1 --- .versionbot/CHANGELOG.yml | 24 ++++++++++++++++++++---- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 29 insertions(+), 8 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index def3021..57fa1df 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Remove repo config from flowzone.yml + hash: fa55e1a19af9c7c45d8af81b31649ef9b5648bc0 + body: | + This functionality is being deprecated in Flowzone. + + See: https://github.com/product-os/flowzone/pull/833 + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + version: 11.1.1 + title: "" + date: 2024-01-04T20:39:57.676Z - commits: - subject: Update dependencies hash: 3dce6011c8f164a80823d5bffbff0c750a587e20 @@ -60,8 +76,8 @@ - subject: Switching to Napi hash: 4a9e7ecb2af97eb85eacce5060bc0aeffa991c4a body: > - This change will make this package compatible with all future versions of - Node due to its stable ABI. + This change will make this package compatible with all future versions + of Node due to its stable ABI. Some packages are also upgraded in this commit. @@ -76,8 +92,8 @@ - subject: Switching to Napi hash: 1a41d7f780cc24efb19a741e8a67e8183194f645 body: > - This change will make this package compatible with all future versions of - Node due to its stable ABI. + This change will make this package compatible with all future versions + of Node due to its stable ABI. Some packages are also upgraded in this commit. diff --git a/CHANGELOG.md b/CHANGELOG.md index 530e497..174820e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v11.1.1 +## (2024-01-04) + +* Remove repo config from flowzone.yml [Kyle Harding] + # v11.1.0 ## (2023-01-05) diff --git a/package-lock.json b/package-lock.json index a97ed95..f5222ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "drivelist", - "version": "11.1.0", + "version": "11.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "drivelist", - "version": "11.1.0", + "version": "11.1.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index ec12747..2aaffb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drivelist", - "version": "11.1.0", + "version": "11.1.1", "description": "List all connected drives in your computer, in all major operating systems", "main": "js/index.js", "homepage": "https://github.com/balena-io-modules/drivelist", @@ -66,6 +66,6 @@ ] }, "versionist": { - "publishedAt": "2023-01-05T22:45:56.064Z" + "publishedAt": "2024-01-04T20:39:57.856Z" } }