Skip to content

Commit

Permalink
v11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 4, 2024
1 parent e060476 commit 7294199
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 8 deletions.
24 changes: 20 additions & 4 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
version: 11.1.1
title: ""
date: 2024-01-04T20:39:57.676Z
- commits:
- subject: Update dependencies
hash: 3dce6011c8f164a80823d5bffbff0c750a587e20
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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,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",
Expand Down Expand Up @@ -66,6 +66,6 @@
]
},
"versionist": {
"publishedAt": "2023-01-05T22:45:56.064Z"
"publishedAt": "2024-01-04T20:39:57.856Z"
}
}

0 comments on commit 7294199

Please sign in to comment.