File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ v2.10.0]
8+ ### Changed
9+ * disable default ignore for dot/vcs files for single files [ #663 ] ( https://github.com/nunomaduro/phpinsights/pull/663 )
10+
711## [ v2.9.0]
812### Added
913* Add option to set timeout [ #595 ] ( https://github.com/nunomaduro/phpinsights/pull/595 )
Original file line number Diff line number Diff line change 11{
22 "name" : " phpinsights" ,
3- "version" : " 2.9 .0" ,
3+ "version" : " 2.10 .0" ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
66 "dependencies" : {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ final class Kernel
1616 *
1717 * @noRector Rector\DeadCode\Rector\ClassConst\RemoveUnusedClassConstantRector
1818 */
19- public const VERSION = 'v2.9 .0 ' ;
19+ public const VERSION = 'v2.10 .0 ' ;
2020
2121 /**
2222 * Bootstraps the usage of the package.
You can’t perform that action at this time.
0 commit comments