File tree 3 files changed +6
-2
lines changed 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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ v1.10.3]
8
+ ### Fixed
9
+ - Assert IDE is defined before resolving it ([ #319 ] ( https://github.com/nunomaduro/phpinsights/pull/319 ) )
10
+
7
11
## [ v1.10.2]
8
12
### Fixed
9
13
- Exclusion in ForbiddenTraits Insight ([ #316 ] ( https://github.com/nunomaduro/phpinsights/pull/316 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " phpinsights" ,
3
- "version" : " 1.10.2 " ,
3
+ "version" : " 1.10.3 " ,
4
4
"main" : " index.js" ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ final class Kernel
18
18
/**
19
19
* The app version.
20
20
*/
21
- public const VERSION = 'v1.10.2 ' ;
21
+ public const VERSION = 'v1.10.3 ' ;
22
22
23
23
/**
24
24
* Bootstraps the usage of the package.
You can’t perform that action at this time.
0 commit comments