File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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- ## [ UNRELEASED ]
7+ ## [ v1.14.0 ]
88### Added
99- ` ddd ` & ` tinker ` as forbidden method names Laravel ([ #364 ] ( https://github.com/nunomaduro/phpinsights/pull/364 ) )
1010- Support to Laravel 7 ([ #369 ] ( https://github.com/nunomaduro/phpinsights/pull/369 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " phpinsights" ,
3- "version" : " 1.13 .0" ,
3+ "version" : " 1.14 .0" ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
66 "dependencies" : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ final class Kernel
1818 /**
1919 * The app version.
2020 */
21- public const VERSION = 'v1.13 .0 ' ;
21+ public const VERSION = 'v1.14 .0 ' ;
2222
2323 /**
2424 * Bootstraps the usage of the package.
You can’t perform that action at this time.
0 commit comments