Skip to content

Commit 4e9672f

Browse files
committed
release: version 1.14.0
1 parent a6ff129 commit 4e9672f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.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))

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

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

0 commit comments

Comments
 (0)