Skip to content

Commit

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

### Bug Fixes

* add readme ([e2c14f1](e2c14f1))
* remove customer specific adjustments ([2e4094b](2e4094b))
  • Loading branch information
makaira-github committed Nov 15, 2024
1 parent e2c14f1 commit d912ab0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.0.6](https://github.com/MakairaIO/shopware6-connect/compare/2.0.5...2.0.6) (2024-11-15)


### Bug Fixes

* add readme ([e2c14f1](https://github.com/MakairaIO/shopware6-connect/commit/e2c14f16301600f1195493456d67c2fd158f9db3))
* remove customer specific adjustments ([2e4094b](https://github.com/MakairaIO/shopware6-connect/commit/2e4094b52c55e7a84190f031a296a629352b30a5))

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

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

0 comments on commit d912ab0

Please sign in to comment.