Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgmyr committed Sep 3, 2022
1 parent 2aa5e44 commit 2091c9b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,30 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v2.5.0]
### Added
- Add WordPress adapter ([#378](https://github.com/nunomaduro/phpinsights/pull/378))
-
### Changed
- docs: Add White border to work on Dark Mode Theme ([#545](https://github.com/nunomaduro/phpinsights/pull/545))
- Fix always loading CodeSniffer tokens ([#542](https://github.com/nunomaduro/phpinsights/pull/542))
- Handle summary option in JsonFormatter ([#541](https://github.com/nunomaduro/phpinsights/pull/541))
- Fixing required dependencies ([#591](https://github.com/nunomaduro/phpinsights/pull/591))
- Update GH actions to run successfully ([#597](https://github.com/nunomaduro/phpinsights/pull/597))
- Fix typos ([#594](https://github.com/nunomaduro/phpinsights/pull/594))

## [v2.4.0]
### Added
* add laravel 9 to GH actions test suite ([#581](https://github.com/nunomaduro/phpinsights/pull/581))
- add laravel 9 to GH actions test suite ([#581](https://github.com/nunomaduro/phpinsights/pull/581))

### Changed
* Allow psr/simple-cache ^2.0 and ^3.0 ([#580](https://github.com/nunomaduro/phpinsights/pull/580))
- Allow psr/simple-cache ^2.0 and ^3.0 ([#580](https://github.com/nunomaduro/phpinsights/pull/580))

## [v2.3.0]
### Changed
* Feature/doc updates ([#571](https://github.com/nunomaduro/phpinsights/pull/571))
* Update config key for ordered class elements fixer ([#574](https://github.com/nunomaduro/phpinsights/pull/574))
* Remove composer dependency, insights, and tests ([#575](https://github.com/nunomaduro/phpinsights/pull/575))
- Feature/doc updates ([#571](https://github.com/nunomaduro/phpinsights/pull/571))
- Update config key for ordered class elements fixer ([#574](https://github.com/nunomaduro/phpinsights/pull/574))
- Remove composer dependency, insights, and tests ([#575](https://github.com/nunomaduro/phpinsights/pull/575))

## [v2.2.0]
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phpinsights",
"version": "2.2.0",
"version": "2.5.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class Kernel
*
* @noRector Rector\DeadCode\Rector\ClassConst\RemoveUnusedClassConstantRector
*/
public const VERSION = 'v2.2.0';
public const VERSION = 'v2.5.0';

/**
* Bootstraps the usage of the package.
Expand Down

0 comments on commit 2091c9b

Please sign in to comment.