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

Commit 17e7842

Browse files
chore(release): 2.0.1 [skip ci]
1 parent c25e822 commit 17e7842

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.1](https://github.com/AtomLinter/linter-phpmd/compare/v2.0.0...v2.0.1) (2019-01-29)
2+
3+
4+
### Bug Fixes
5+
6+
* support v2 Linter API ([3a87f51](https://github.com/AtomLinter/linter-phpmd/commit/3a87f51))
7+
18
# Change Log
29

310
## [v2.0.0](https://github.com/AtomLinter/linter-phpmd/tree/v2.0.0) (2017-09-18)
@@ -201,4 +208,4 @@
201208
## [v0.0.1](https://github.com/AtomLinter/linter-phpmd/tree/v0.0.1) (2014-04-13)
202209

203210

204-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
211+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "linter-phpmd",
33
"main": "./lib/main.js",
44
"private": true,
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"description": "Lint PHP on the fly, using phpmd",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)