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

Commit 2b47db6

Browse files
committed
Prepare v1.4.0 release
1 parent 489fcc6 commit 2b47db6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## v1.4.0
4+
5+
* Update dependencies ([#245][], [#255][])
6+
* Defer loading of dependencies ([#263][])
7+
* Asyncify specs and utilize activationHooks ([#264][])
8+
* Add setting to ignore php.ini ([#265][])
9+
10+
[#245]: https://github.com/AtomLinter/linter-php/pull/245
11+
[#255]: https://github.com/AtomLinter/linter-php/pull/255
12+
[#263]: https://github.com/AtomLinter/linter-php/pull/263
13+
[#264]: https://github.com/AtomLinter/linter-php/pull/264
14+
[#265]: https://github.com/AtomLinter/linter-php/pull/265
15+
316
## v1.3.2
417

518
* Handle unsaved files ([#242][])

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.3.2",
4+
"version": "1.4.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)