Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 27, 2023
1 parent ebd6681 commit 6b80844
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 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: Make use of `pipeline` for piping streams together
hash: 1d98cd535a20fa67869da242b0ec7ddd713a4c7b
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 3.1.1
title: ""
date: 2023-11-27T12:43:23.880Z
- commits:
- subject: Allow injecting any PinejsClientCore compatible API client
hash: e0ab3ef95f8bc51d2e9055a1f822b8d340f0c587
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/).

## 3.1.1 - 2023-11-27

* Make use of `pipeline` for piping streams together [Pagan Gazzard]

## 3.1.0 - 2023-11-13

* Allow injecting any PinejsClientCore compatible API client [Thodoris Greasidis]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/compose",
"version": "3.1.0",
"version": "3.1.1",
"description": "Complete toolkit to build docker-compose.yml files and optionally deploy them to balenaCloud",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -93,6 +93,6 @@
"typed-error": "^3.2.1"
},
"versionist": {
"publishedAt": "2023-11-13T16:27:44.451Z"
"publishedAt": "2023-11-27T12:43:23.985Z"
}
}

0 comments on commit 6b80844

Please sign in to comment.