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

Commit 58cc8ac

Browse files
chore(release): 1.8.1 [skip ci]
1 parent 0fe6c09 commit 58cc8ac

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.8.1](https://github.com/AtomLinter/linter-phpcs/compare/v1.8.0...v1.8.1) (2021-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* throw error if phpcs version cannot be parsed ([0fe6c09](https://github.com/AtomLinter/linter-phpcs/commit/0fe6c093236d5d7f9c1c79560dc702037fb4e418))
7+
18
# [1.8.0](https://github.com/AtomLinter/linter-phpcs/compare/v1.7.7...v1.8.0) (2021-03-30)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linter-phpcs",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"main": "./lib/main.js",
55
"description": "Lint PHP on the fly, using phpcs",
66
"repository": {

0 commit comments

Comments
 (0)