Skip to content

Commit

Permalink
Bump version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgmyr committed Sep 7, 2022
1 parent 68f2de4 commit 4d00775
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ 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.6.0]
### Added
- Describe how to exclude insight per particular method ([#543](https://github.com/nunomaduro/phpinsights/pull/543))

### Changed
- Update diff dependency ([#599](https://github.com/nunomaduro/phpinsights/pull/599))

## [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))
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.5.0",
"version": "2.6.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.5.0';
public const VERSION = 'v2.6.0';

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

0 comments on commit 4d00775

Please sign in to comment.