diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1a097ffaa..9cd257823 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v15.0.3 + hash: 34c422b827051979ef41c06a6306b83a09fcdbc3 + body: | + Update balena/open-balena-base from 15.0.2 to 15.0.3 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update Node.js to v18.17.0 + hash: 43e3355c0dc3af6ccf96eb177f98762fb7ee0f69 + body: | + Update node from 18.16.1 to 18.17.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: open-balena-base-15.0.3 + title: "" + date: 2023-07-19T22:04:43.417Z + version: 14.0.3 + title: "" + date: 2023-07-19T23:17:12.251Z - commits: - subject: Update balena/open-balena-base Docker tag to v15.0.2 hash: 03b8db14f60fca4138908b4c181badfccf23a67f diff --git a/CHANGELOG.md b/CHANGELOG.md index 8659083b0..1f42e6c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.0.3 - 2023-07-19 + + +
+ Update balena/open-balena-base Docker tag to v15.0.3 [Self-hosted Renovate Bot] + +> ### open-balena-base-15.0.3 - 2023-07-19 +> +> * Update Node.js to v18.17.0 [Self-hosted Renovate Bot] +> + +
+ ## 14.0.2 - 2023-07-19 diff --git a/package-lock.json b/package-lock.json index fa905b0bc..c38fc60b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "14.0.2", + "version": "14.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "14.0.2", + "version": "14.0.3", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.0.2", diff --git a/package.json b/package.json index 45ec22f71..0d4c41714 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "14.0.2", + "version": "14.0.3", "license": "AGPL-3.0", "repository": { "type": "git", @@ -153,6 +153,6 @@ "_": "index.js" }, "versionist": { - "publishedAt": "2023-07-19T19:19:40.757Z" + "publishedAt": "2023-07-19T23:17:14.417Z" } }