Skip to content

Commit 5c12a8d

Browse files
committed
Bump version to 2.12.0
1 parent ea21dab commit 5c12a8d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.12.0]
8+
### Changed
9+
* Add support for sebastian/diff 6.0 by @IsraelPinheiro in [#692](https://github.com/nunomaduro/phpinsights/pull/692)
10+
* Fixed type error by @elnur-ibr in [#699](https://github.com/nunomaduro/phpinsights/pull/699)
11+
* Refs #695 - Fix deprecation for dynamic property by @Jibbarth in [#697](https://github.com/nunomaduro/phpinsights/pull/697)
12+
13+
## [v2.11.0]
14+
### Changed
15+
* Upgrade to SF7 by @damien-louis in [#666](https://github.com/nunomaduro/phpinsights/pull/666)
16+
717
## [v2.10.0]
818
### Changed
919
* disable default ignore for dot/vcs files for single files [#663](https://github.com/nunomaduro/phpinsights/pull/663)

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phpinsights",
3-
"version": "2.10.0",
3+
"version": "2.12.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.10.0';
19+
public const VERSION = 'v2.12.0';
2020

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

0 commit comments

Comments
 (0)