Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 170cd4f

Browse files
committed
Prepare v1.3.0 release
1 parent b9e800d commit 170cd4f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v1.3.0
4+
5+
* Run from the directory of the file ([#172](https://github.com/AtomLinter/linter-php/pull/172))
6+
* Allow overriding `error_reporting` from `php.ini` ([#181](https://github.com/AtomLinter/linter-php/pull/181))
7+
* Add exception handling ([#197](https://github.com/AtomLinter/linter-php/pull/197))
8+
* Rewrite in ES2017 ([#214](https://github.com/AtomLinter/linter-php/pull/214))
9+
* Many dependency updates
10+
311
## 1.2.0
412

513
* Handle fatal errors ([#141](https://github.com/AtomLinter/linter-php/pull/141))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-php",
33
"main": "./lib/main.js",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "Lint PHP on the fly, using php -l",
66
"repository": "https://github.com/AtomLinter/linter-php",
77
"license": "MIT",

0 commit comments

Comments
 (0)