From 63134f7de472dec0eeeea27630496b6aea6cbc62 Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Mon, 21 Sep 2026 20:40:03 +0200 Subject: [PATCH] chore(release): bump to 0.0.4 for the Composer package-link fix --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 783a80c..4ede53b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.4] - 2026-09-21 + +### Fixed + +- Published Composer packages are now linked to this repository (previously the release workflow + published them without a repository association, so they did not appear under the repo's + Packages tab). + ## [0.0.3] - 2026-09-17 ### Added diff --git a/composer.json b/composer.json index 9e67cbd..a6f0fe7 100755 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Export database dumps for Shopware 6 environments.", "type": "shopware-platform-plugin", "license": "MIT", - "version": "0.0.3", + "version": "0.0.4", "keywords": [ "shopware", "shopware6",