diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4fd98c8..d599838 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.18.1" + ".": "4.18.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c0d6f8..c2a311a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [4.18.2](https://github.com/capawesome-team/cli/compare/v4.18.1...v4.18.2) (2026-08-10) + + +### Bug Fixes + +* **uploads:** lower multipart upload threshold to 10 MB ([#204](https://github.com/capawesome-team/cli/issues/204)) ([1fc97c7](https://github.com/capawesome-team/cli/commit/1fc97c78879755196f4cce5bd3791ed62fd2c4bc)) + ## [4.18.1](https://github.com/capawesome-team/cli/compare/v4.18.0...v4.18.1) (2026-08-07) diff --git a/package-lock.json b/package-lock.json index 1616c25..a34d372 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capawesome/cli", - "version": "4.18.1", + "version": "4.18.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capawesome/cli", - "version": "4.18.1", + "version": "4.18.2", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 5c101dd..fba1289 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capawesome/cli", - "version": "4.18.1", + "version": "4.18.2", "description": "The Capawesome Cloud Command Line Interface (CLI) to manage Live Updates and more.", "type": "module", "scripts": {