diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ecbe558ed..bb56a33d5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Increase max webresource file + hash: 8f1e91c21ad750ba8475d5ccd2ea565b0a67b71f + body: "" + footer: + Change-type: patch + change-type: patch + author: Otávio Jacobi + nested: [] + version: 14.11.4 + title: "" + date: 2023-10-16T16:00:14.853Z - commits: - subject: Bump @babel/traverse from 7.21.2 to 7.23.2 hash: 19f8a7b4f13ed649f2ed0c6f86f7543ba3c84aaa diff --git a/CHANGELOG.md b/CHANGELOG.md index e94044f7c..709b06763 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.11.4 - 2023-10-16 + +* Increase max webresource file [Otávio Jacobi] + ## 14.11.3 - 2023-10-16 * Bump @babel/traverse from 7.21.2 to 7.23.2 [dependabot[bot]] diff --git a/package-lock.json b/package-lock.json index 4b5123d36..58d4cb101 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "14.11.3", + "version": "14.11.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "14.11.3", + "version": "14.11.4", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.0.3", diff --git a/package.json b/package.json index cf5cbe5a1..e09e5e940 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "14.11.3", + "version": "14.11.4", "license": "AGPL-3.0", "repository": { "type": "git", @@ -154,6 +154,6 @@ "_": "index.js" }, "versionist": { - "publishedAt": "2023-10-16T15:04:29.940Z" + "publishedAt": "2023-10-16T16:00:15.940Z" } }