Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](1.0.3...1.0.4) (2022-03-23)

### Bug Fixes

* Add quotes to sonarcloud option ([85551ea](85551ea))
* Move sonarcloud config into GitHub wrokflow ([04a109b](04a109b))
* Remove project name ([06ed5b7](06ed5b7))
  • Loading branch information
makaira-github committed Mar 23, 2022
1 parent 06ed5b7 commit 20cf93b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.4](https://github.com/MakairaIO/oxid-connect-essential/compare/1.0.3...1.0.4) (2022-03-23)


### Bug Fixes

* Add quotes to sonarcloud option ([85551ea](https://github.com/MakairaIO/oxid-connect-essential/commit/85551ea18d57850e030094c3916c91e55adff9b6))
* Move sonarcloud config into GitHub wrokflow ([04a109b](https://github.com/MakairaIO/oxid-connect-essential/commit/04a109b19c507ced9447e3e47c54ca9b466353d0))
* Remove project name ([06ed5b7](https://github.com/MakairaIO/oxid-connect-essential/commit/06ed5b787787f1b0e496b26de6da91e5f4aa0153))

## [1.0.3](https://github.com/MakairaIO/oxid-connect-essential/compare/1.0.2...1.0.3) (2022-03-23)


Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'id' => 'makaira_oxid-connect-essential',
'description' => '',
'thumbnail' => 'makaira.jpg',
'version' => '1.0.3',
'version' => '1.0.4',
'author' => 'Makaira GmbH',
'controllers' => [],
];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxid-connect-essential",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"scripts": {
"release": "semantic-release"
Expand Down

0 comments on commit 20cf93b

Please sign in to comment.