Skip to content

Commit

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

### Bug Fixes

* Create LICENSE ([d707365](d707365))
  • Loading branch information
makaira-github committed Aug 20, 2024
1 parent d707365 commit 92a3440
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.1](https://github.com/MakairaIO/shopware6-connect/compare/1.0.0...1.0.1) (2024-08-20)


### Bug Fixes

* Create LICENSE ([d707365](https://github.com/MakairaIO/shopware6-connect/commit/d707365ceeb41b1cffec6beb2797a30baa8b0da1))

# 1.0.0 (2024-08-05)


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.0",
"version": "1.0.1",
"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.0';
private const MAKAIRA_PLUGIN_VERSION = '1.0.1';

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

0 comments on commit 92a3440

Please sign in to comment.