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

Commit f0be6c9

Browse files
committed
Prepare v1.5.0 release
1 parent 7e47eed commit f0be6c9

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.5.0
4+
5+
* Update dependencies ([#266][])
6+
* Detect php deprecated language syntax ([#268][])
7+
8+
[#266]: https://github.com/AtomLinter/linter-php/pull/266
9+
[#268]: https://github.com/AtomLinter/linter-php/pull/268
10+
311
## v1.4.0
412

513
* Update dependencies ([#245][], [#255][])

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