Skip to content

Commit

Permalink
Bump version to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgmyr committed Nov 10, 2023
1 parent 8515447 commit e098811
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.10.0]
### Changed
* disable default ignore for dot/vcs files for single files [#663](https://github.com/nunomaduro/phpinsights/pull/663)

## [v2.9.0]
### Added
* Add option to set timeout [#595](https://github.com/nunomaduro/phpinsights/pull/595)
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.9.0",
"version": "2.10.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.9.0';
public const VERSION = 'v2.10.0';

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

0 comments on commit e098811

Please sign in to comment.