Skip to content

Commit

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

### Bug Fixes

* add readme ([801d68b](801d68b))
  • Loading branch information
makaira-github committed Nov 15, 2024
1 parent 801d68b commit f01cd00
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.3](https://github.com/MakairaIO/shopware6-connect/compare/1.0.2...1.0.3) (2024-11-15)


### Bug Fixes

* add readme ([801d68b](https://github.com/MakairaIO/shopware6-connect/commit/801d68b59a6b6e301594fb15275b52074355f427))

## [1.0.2](https://github.com/MakairaIO/shopware6-connect/compare/1.0.1...1.0.2) (2024-11-13)


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.2",
"version": "1.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 = '1.0.2';
private const MAKAIRA_PLUGIN_VERSION = '1.0.3';

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

0 comments on commit f01cd00

Please sign in to comment.