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

Commit

Permalink
Prepare v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Aug 22, 2017
1 parent 489fcc6 commit 2b47db6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v1.4.0

* Update dependencies ([#245][], [#255][])
* Defer loading of dependencies ([#263][])
* Asyncify specs and utilize activationHooks ([#264][])
* Add setting to ignore php.ini ([#265][])

[#245]: https://github.com/AtomLinter/linter-php/pull/245
[#255]: https://github.com/AtomLinter/linter-php/pull/255
[#263]: https://github.com/AtomLinter/linter-php/pull/263
[#264]: https://github.com/AtomLinter/linter-php/pull/264
[#265]: https://github.com/AtomLinter/linter-php/pull/265

## v1.3.2

* Handle unsaved files ([#242][])
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linter-php",
"main": "./lib/main.js",
"version": "1.3.2",
"version": "1.4.0",
"description": "Lint PHP on the fly, using php -l",
"repository": "https://github.com/AtomLinter/linter-php",
"license": "MIT",
Expand Down

0 comments on commit 2b47db6

Please sign in to comment.