Skip to content

Commit

Permalink
v17.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Nov 9, 2023
1 parent 45d8872 commit 7954e13
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Use `pipeline` instead of `.pipe` when downloading OS image
hash: 56cff464080df51251be94a6ffd6799203d1ca8c
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 17.3.1
title: ""
date: 2023-11-09T17:26:35.437Z
- commits:
- subject: Add device start-service and stop-service commands
hash: 221c21379138c2caf7ece91c156aa7dd0288824e
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## 17.3.1 - 2023-11-09

* Use `pipeline` instead of `.pipe` when downloading OS image [Pagan Gazzard]

## 17.3.0 - 2023-11-06

* Add device start-service and stop-service commands [Morgan Larsson]
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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": "balena-cli",
"version": "17.3.0",
"version": "17.3.1",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
Expand Down Expand Up @@ -282,6 +282,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-11-06T20:19:06.195Z"
"publishedAt": "2023-11-09T17:26:36.954Z"
}
}

0 comments on commit 7954e13

Please sign in to comment.