From 4d00775737cf91bea3ddc327f349238762c784a2 Mon Sep 17 00:00:00 2001 From: Chris Gmyr Date: Wed, 7 Sep 2022 13:38:54 -0400 Subject: [PATCH] Bump version to 2.6.0 --- CHANGELOG.md | 9 ++++++++- docs/package.json | 2 +- src/Domain/Kernel.php | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3ce78e..80ea1371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/docs/package.json b/docs/package.json index 22580406..0d96f125 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "phpinsights", - "version": "2.5.0", + "version": "2.6.0", "main": "index.js", "license": "MIT", "dependencies": { diff --git a/src/Domain/Kernel.php b/src/Domain/Kernel.php index 74b48032..750831e3 100644 --- a/src/Domain/Kernel.php +++ b/src/Domain/Kernel.php @@ -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.