Skip to content

Commit

Permalink
feat(conventional changelog): introducing conventional-changelog for …
Browse files Browse the repository at this point in the history
…changelog generation
  • Loading branch information
bcoe committed Apr 5, 2016
1 parent 6116077 commit f594c5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## Change Log

### v6.1.1 (2016/03/13 14:23 +7:00)

- [#194](https://github.com/bcoe/nyc/pull/194) hot-fix for --all with multiple extensions (@bcoe)
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"run-tests": "tap --no-cov -b ./test/build/*.js ./test/src/source-map-cache.js",
"report": "istanbul report --include=./.self_coverage/*.json lcov text",
"cover": "npm run clean && npm run build && npm run instrument && npm run run-tests && npm run report",
"dev": "npm run clean && npm run build && npm run run-tests"
"dev": "npm run clean && npm run build && npm run run-tests",
"release": "conventional-recommended-workflow"
},
"bin": {
"nyc": "./bin/nyc.js"
Expand Down Expand Up @@ -90,6 +91,7 @@
"devDependencies": {
"any-path": "^1.3.0",
"chai": "^3.0.0",
"conventional-recommended-workflow": "^1.0.0",
"coveralls": "^2.11.4",
"exists-sync": "0.0.3",
"forking-tap": "^0.1.1",
Expand Down Expand Up @@ -132,4 +134,4 @@
"strip-bom",
"yargs"
]
}
}

0 comments on commit f594c5e

Please sign in to comment.