Skip to content

Commit

Permalink
Bump version to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgmyr committed Nov 11, 2024
1 parent ea21dab commit 5c12a8d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.12.0]
### Changed
* Add support for sebastian/diff 6.0 by @IsraelPinheiro in [#692](https://github.com/nunomaduro/phpinsights/pull/692)
* Fixed type error by @elnur-ibr in [#699](https://github.com/nunomaduro/phpinsights/pull/699)
* Refs #695 - Fix deprecation for dynamic property by @Jibbarth in [#697](https://github.com/nunomaduro/phpinsights/pull/697)

## [v2.11.0]
### Changed
* Upgrade to SF7 by @damien-louis in [#666](https://github.com/nunomaduro/phpinsights/pull/666)

## [v2.10.0]
### Changed
* disable default ignore for dot/vcs files for single files [#663](https://github.com/nunomaduro/phpinsights/pull/663)
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.10.0",
"version": "2.12.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.10.0';
public const VERSION = 'v2.12.0';

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

0 comments on commit 5c12a8d

Please sign in to comment.