Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](1.0.1...1.0.2) (2024-11-13)

### Bug Fixes

* remove version from composer.json ([58716f5](58716f5))
  • Loading branch information
makaira-github committed Nov 13, 2024
1 parent 58716f5 commit 569f880
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 @@
## [1.0.2](https://github.com/MakairaIO/shopware6-connect/compare/1.0.1...1.0.2) (2024-11-13)


### Bug Fixes

* remove version from composer.json ([58716f5](https://github.com/MakairaIO/shopware6-connect/commit/58716f5c8da8a7a40571964dc8c2ff86ed1661ce))

## [1.0.1](https://github.com/MakairaIO/shopware6-connect/compare/1.0.0...1.0.1) (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": "1.0.1",
"version": "1.0.2",
"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 = '1.0.1';
private const MAKAIRA_PLUGIN_VERSION = '1.0.2';

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

0 comments on commit 569f880

Please sign in to comment.