Skip to content

Commit

Permalink
chore: bump version, update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Suhayb Wardany <me@suw.me>
  • Loading branch information
suwardany committed Sep 8, 2019
1 parent ad235bd commit be2ee97
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### v3.0.1 - 2019-09-08

`FIXED`

- type hint issue.

### v3.0.0 - 2019-08-30

- BC Break: PHP 7.2 is the minimum required PHP version
Expand Down
4 changes: 2 additions & 2 deletions src/LessphpFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Assetic Filters
* @version 3.0.0
* @version 3.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @link https://cartalyst.com
*/

namespace Cartalyst\AsseticFilters;
Expand Down
4 changes: 2 additions & 2 deletions src/SassphpFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Assetic Filters
* @version 3.0.0
* @version 3.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @link https://cartalyst.com
*/

namespace Cartalyst\AsseticFilters;
Expand Down
4 changes: 2 additions & 2 deletions src/UriRewriteFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Assetic Filters
* @version 3.0.0
* @version 3.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @link https://cartalyst.com
*/

namespace Cartalyst\AsseticFilters;
Expand Down
4 changes: 2 additions & 2 deletions tests/SassphpFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Assetic Filters
* @version 3.0.0
* @version 3.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @link https://cartalyst.com
*/

namespace Cartalyst\AsseticFilters\Tests;
Expand Down
4 changes: 2 additions & 2 deletions tests/UriRewriteFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Assetic Filters
* @version 3.0.0
* @version 3.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @link https://cartalyst.com
*/

namespace Cartalyst\AsseticFilters\Tests;
Expand Down

0 comments on commit be2ee97

Please sign in to comment.