Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 5b5c0dd

Browse files
committed
update changelog
1 parent 2c21f34 commit 5b5c0dd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.8.4
2+
3+
- Total issues resolved: **0**
4+
- Total pull requests resolved: **1**
5+
- Total contributors: **1**
6+
7+
### Fixed
8+
9+
- [87: moved skeleton generate before the dependencies install](https://github.com/narrowspark/automatic/pull/87) thanks to @prisis
10+
111
## v0.8.3
212

313
- Total issues resolved: **0**

src/Automatic/Automatic.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Automatic implements PluginInterface, EventSubscriberInterface
6161
/**
6262
* @var string
6363
*/
64-
public const VERSION = '0.8.3';
64+
public const VERSION = '0.8.4';
6565

6666
/**
6767
* @var string

src/Security/SecurityPlugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class SecurityPlugin implements PluginInterface, EventSubscriberInterface, Capab
2626
/**
2727
* @var string
2828
*/
29-
public const VERSION = '0.8.3';
29+
public const VERSION = '0.8.4';
3030

3131
/**
3232
* @var string

0 commit comments

Comments
 (0)