We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460fa4c commit 72faff9Copy full SHA for 72faff9
CHANGELOG.md
@@ -6,6 +6,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
6
## [Unreleased](https://github.com/ngoldman/changelog-parser/compare/v2.0.1...HEAD)
7
* readme updates
8
* change log fix
9
+* add keywords to package.json
10
11
## [2.0.1] - 2015-06-07
12
package.json
@@ -24,9 +24,12 @@
24
},
25
"homepage": "https://github.com/ngoldman/changelog-parser",
26
"keywords": [
27
- "changelog",
28
"CHANGELOG.md",
29
- "parser"
+ "changelog",
+ "parser",
30
+ "semantic",
31
+ "semver",
32
+ "versioning"
33
],
34
"license": "ISC",
35
"main": "index.js",
0 commit comments