Skip to content

Commit 966303f

Browse files
authored
[Release] 1.10.3 (#320)
1 parent 91f8a81 commit 966303f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## [v1.10.3]
8+
### Fixed
9+
- Assert IDE is defined before resolving it ([#319](https://github.com/nunomaduro/phpinsights/pull/319))
10+
711
## [v1.10.2]
812
### Fixed
913
- Exclusion in ForbiddenTraits Insight ([#316](https://github.com/nunomaduro/phpinsights/pull/316))

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.10.2",
3+
"version": "1.10.3",
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.10.2';
21+
public const VERSION = 'v1.10.3';
2222

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

0 commit comments

Comments
 (0)