Skip to content

Commit 4d00775

Browse files
committed
Bump version to 2.6.0
1 parent 68f2de4 commit 4d00775

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [v2.6.0]
8+
### Added
9+
- Describe how to exclude insight per particular method ([#543](https://github.com/nunomaduro/phpinsights/pull/543))
10+
11+
### Changed
12+
- Update diff dependency ([#599](https://github.com/nunomaduro/phpinsights/pull/599))
13+
714
## [v2.5.0]
815
### Added
916
- Add WordPress adapter ([#378](https://github.com/nunomaduro/phpinsights/pull/378))
10-
-
17+
1118
### Changed
1219
- docs: Add White border to work on Dark Mode Theme ([#545](https://github.com/nunomaduro/phpinsights/pull/545))
1320
- Fix always loading CodeSniffer tokens ([#542](https://github.com/nunomaduro/phpinsights/pull/542))

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phpinsights",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {

src/Domain/Kernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ final class Kernel
1616
*
1717
* @noRector Rector\DeadCode\Rector\ClassConst\RemoveUnusedClassConstantRector
1818
*/
19-
public const VERSION = 'v2.5.0';
19+
public const VERSION = 'v2.6.0';
2020

2121
/**
2222
* Bootstraps the usage of the package.

0 commit comments

Comments
 (0)