diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 406c50c5c..20bde0b98 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Blocks updating and creating webresources with non multipart-formdata + requests + hash: c3d6262661f2680f824790ab0d855caaeb89ec29 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otávio Jacobi + nested: [] + version: 15.3.13 + title: "" + date: 2023-10-23T15:35:39.739Z - commits: - subject: Update dependency @types/websql to ^0.0.28 hash: f1fc571c6340aaecb591ffaee446a59642bad1af diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9fd62ef..3231a4426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v15.3.13 +## (2023-10-23) + +* Blocks updating and creating webresources with non multipart-formdata requests [Otávio Jacobi] + # v15.3.12 ## (2023-10-20) diff --git a/VERSION b/VERSION index 020ca0a63..786a7e9c9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.3.12 \ No newline at end of file +15.3.13 \ No newline at end of file diff --git a/package.json b/package.json index b85636b65..ddbabccae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "15.3.12", + "version": "15.3.13", "main": "out/server-glue/module", "repository": "git@github.com:balena-io/pinejs.git", "license": "Apache-2.0", @@ -143,6 +143,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2023-10-20T01:33:46.370Z" + "publishedAt": "2023-10-23T15:35:40.618Z" } }