Skip to content

Commit

Permalink
chore(release): 2.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.3](2.0.2...2.0.3) (2024-10-07)

### Bug Fixes

* **PHP:** Update PHP dependency to match shopware 6.5 ([b4fd434](b4fd434))
  • Loading branch information
makaira-github committed Oct 7, 2024
1 parent b4fd434 commit 4a77f12
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.3](https://github.com/MakairaIO/shopware6-connect/compare/2.0.2...2.0.3) (2024-10-07)


### Bug Fixes

* **PHP:** Update PHP dependency to match shopware 6.5 ([b4fd434](https://github.com/MakairaIO/shopware6-connect/commit/b4fd434c27cca50f5a82366821530bed12985c1e))

## [2.0.2](https://github.com/MakairaIO/shopware6-connect/compare/2.0.1...2.0.2) (2024-08-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "makairaio-shopware-connect",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"scripts": {
"release": "semantic-release"
Expand Down
2 changes: 1 addition & 1 deletion src/PluginInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

final readonly class PluginInfo
{
private const MAKAIRA_PLUGIN_VERSION = '2.0.2';
private const MAKAIRA_PLUGIN_VERSION = '2.0.3';

public function __construct(private string $shopwareVersion)
{
Expand Down

0 comments on commit 4a77f12

Please sign in to comment.