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

Commit f25148d

Browse files
committed
Prepare v2.0.0 release
1 parent 7fc108f commit f25148d

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
# Change Log
22

3+
## [v2.0.0](https://github.com/AtomLinter/linter-phpmd/tree/v2.0.0) (2017-09-18)
4+
[Full Changelog](https://github.com/AtomLinter/linter-phpmd/compare/v1.5.3...v2.0.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Project specific configuration [\#106](https://github.com/AtomLinter/linter-phpmd/issues/106)
9+
- Only lint when phpmd.xml exists [\#102](https://github.com/AtomLinter/linter-phpmd/issues/102)
10+
- Expand configuration options [\#115](https://github.com/AtomLinter/linter-phpmd/pull/115) ([mdeboer](https://github.com/mdeboer))
11+
- Asyncify the specs [\#114](https://github.com/AtomLinter/linter-phpmd/pull/114) ([Arcanemagus](https://github.com/Arcanemagus))
12+
- Update eslint-config-airbnb-base to version 12.0.0 🚀 [\#113](https://github.com/AtomLinter/linter-phpmd/pull/113) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
13+
- Update eslint to version 4.3.0 🚀 [\#109](https://github.com/AtomLinter/linter-phpmd/pull/109) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
14+
- Update atom-linter to version 10.0.0 🚀 [\#108](https://github.com/AtomLinter/linter-phpmd/pull/108) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
15+
16+
**Fixed bugs:**
17+
18+
- Expand configuration options [\#115](https://github.com/AtomLinter/linter-phpmd/pull/115) ([mdeboer](https://github.com/mdeboer))
19+
- Fix Travis CI builds [\#112](https://github.com/AtomLinter/linter-phpmd/pull/112) ([Arcanemagus](https://github.com/Arcanemagus))
20+
321
## [v1.5.3](https://github.com/AtomLinter/linter-phpmd/tree/v1.5.3) (2017-02-15)
422
[Full Changelog](https://github.com/AtomLinter/linter-phpmd/compare/v1.5.2...v1.5.3)
523

624
**Implemented enhancements:**
725

8-
- Update atom-linter to the latest version 🚀 [\#103](https://github.com/AtomLinter/linter-phpmd/pull/103) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
26+
- Update atom-linter to version 9.0.0 🚀 [\#103](https://github.com/AtomLinter/linter-phpmd/pull/103) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
927
- Update eslint-config-airbnb-base to v11.0.0 [\#100](https://github.com/AtomLinter/linter-phpmd/pull/100) ([Arcanemagus](https://github.com/Arcanemagus))
1028

1129
**Fixed bugs:**
@@ -183,4 +201,4 @@
183201
## [v0.0.1](https://github.com/AtomLinter/linter-phpmd/tree/v0.0.1) (2014-04-13)
184202

185203

186-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
204+
\* *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": "1.5.3",
5+
"version": "2.0.0",
66
"description": "Lint PHP on the fly, using phpmd",
77
"repository": "https://github.com/AtomLinter/linter-phpmd",
88
"license": "MIT",

0 commit comments

Comments
 (0)