Skip to content

Commit ac1fa7d

Browse files
authored
[Release] 1.10.0 (nunomaduro#310)
1 parent 261e151 commit ac1fa7d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,23 @@ 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-
## [Unreleased]
7+
## [v1.10.0]
88
### Added
99
- Checkstyle formatter ([#271](https://github.com/nunomaduro/phpinsights/pull/271))
10+
- PHP CS Fixer Wrapper ([#219](https://github.com/nunomaduro/phpinsights/pull/219))
11+
- Responsive view in Console ([#273](https://github.com/nunomaduro/phpinsights/pull/273))
12+
- IDE Url handler ([#265](https://github.com/nunomaduro/phpinsights/pull/265))
13+
- Offline usage ([#292](https://github.com/nunomaduro/phpinsights/pull/292))
14+
- Directory exclusion in Insights config ([#293](https://github.com/nunomaduro/phpinsights/pull/293))
15+
- Favicon in website ([#281](https://github.com/nunomaduro/phpinsights/pull/281))
16+
17+
### Changed
18+
- Drop easy coding standard dependency ([#252](https://github.com/nunomaduro/phpinsights/pull/252))
19+
- Use a configuration class ([#283](https://github.com/nunomaduro/phpinsights/pull/283))
20+
- Improve verbose progress bar ([#291](https://github.com/nunomaduro/phpinsights/pull/291))
21+
22+
### Fixed
23+
- Silence Warnings ([#253](https://github.com/nunomaduro/phpinsights/pull/253))
1024

1125
## [v1.9.0]
1226
### Added

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phpinsights",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {

src/Domain/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class Kernel
1818
/**
1919
* The app version.
2020
*/
21-
public const VERSION = 'v1.9.0';
21+
public const VERSION = 'v1.10.0';
2222

2323
/**
2424
* Bootstraps the usage of the package.

0 commit comments

Comments
 (0)