Skip to content

Commit b715342

Browse files
v0.0.6
1 parent a73b72c commit b715342

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

.versionbot/CHANGELOG.yml

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
- commits:
2+
- subject: Remove repo config from flowzone.yml
3+
hash: 0b58ef782c453d33accceb5ba1255c5cbe8df43a
4+
body: |
5+
This functionality is being deprecated in Flowzone.
6+
7+
See: https://github.com/product-os/flowzone/pull/833
8+
footer:
9+
Change-type: patch
10+
change-type: patch
11+
Signed-off-by: Kyle Harding <[email protected]>
12+
signed-off-by: Kyle Harding <[email protected]>
13+
author: Kyle Harding
14+
version: 0.0.6
15+
title: ""
16+
date: 2023-12-19T22:08:16.925Z
117
- commits:
218
- subject: Rename package w/ @balena scope
319
hash: c921a7fb6db2c10db5cfdeb6d4fc8fef0f73da11

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v0.0.6
8+
## (2023-12-19)
9+
10+
* Remove repo config from flowzone.yml [Kyle Harding]
11+
712
# v0.0.5
813
## (2023-03-31)
914

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/node-qmp",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Library for interfacing with QEMU using QMP protocol",
55
"author": "Balena.io Ltd <[email protected]>",
66
"contributors": [
@@ -41,6 +41,6 @@
4141
"jest": "^29.5.0"
4242
},
4343
"versionist": {
44-
"publishedAt": "2023-03-31T17:13:29.914Z"
44+
"publishedAt": "2023-12-19T22:08:16.978Z"
4545
}
4646
}

0 commit comments

Comments
 (0)