diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 14055bf..d9edb3e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update pinejs-client and make use of improved typings + hash: 055a907517878199b7f9cc369e3db3fa6b2a9987 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 4.0.1 + title: "" + date: 2024-07-19T12:33:42.285Z - commits: - subject: Stop actively supporting v1 docker image format hash: 795b552866103353cecbc266cae3c6f883516bbc diff --git a/CHANGELOG.md b/CHANGELOG.md index a876436..9da24c2 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/). +## 4.0.1 - 2024-07-19 + +* Update pinejs-client and make use of improved typings [Pagan Gazzard] + ## 4.0.0 - 2024-07-19 * Stop actively supporting v1 docker image format [Otavio Jacobi] diff --git a/package.json b/package.json index 03e66ff..9430e8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/compose", - "version": "4.0.0", + "version": "4.0.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", @@ -90,6 +90,6 @@ "typed-error": "^3.2.1" }, "versionist": { - "publishedAt": "2024-07-19T10:57:30.568Z" + "publishedAt": "2024-07-19T12:33:42.392Z" } }