diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8f07d2b8..1c5f0be7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: "device: Add `services` command for seeing info about services running + on a device" + hash: 70d64ac7bf8de894bb6534d8a84822b5af17ee48 + body: "" + footer: + Change-type: minor + change-type: minor + Signed-off-by: Matthew Yarmolinsky + signed-off-by: Matthew Yarmolinsky + author: Matthew Yarmolinsky + nested: [] + version: 14.4.0 + title: "'device: Add command for seeing info about services running on a device'" + date: 2022-08-29T19:56:56.289Z - commits: - subject: "release: Add `validate` command for validating releases" hash: 934c3ddf3886f0456be7c17bc3e131a2a06c60b1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7440e340..998a552b 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/). +## 14.4.0 - 2022-08-29 + +* device: Add `services` command for seeing info about services running on a device [Matthew Yarmolinsky] + ## 14.3.0 - 2022-08-17 * release: Add `validate` command for validating releases [Matthew Yarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a782c70f..0412570e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.3.0", + "version": "14.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 44f5f8da..8ffd8608 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.3.0", + "version": "14.4.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -285,6 +285,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2022-08-17T11:37:13.226Z" + "publishedAt": "2022-08-29T19:56:56.820Z" } }