Skip to content

Commit

Permalink
chore: release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 16, 2018
1 parent f29d32a commit fd1f2d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.md
@@ -1,3 +1,7 @@
0.6.0 / 2018-01-15
==================
* fix: only take last comment from each block to avoid esprima pulling incorrect comments

0.5.0 / 2017-07-17
==================
* chore: upgrade to latest esprima and lodash
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "acquit",
"version": "0.5.1",
"version": "0.6.0",
"description": "Parse BDD-style tests (Mocha, Jasmine) to generate documentation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fd1f2d9

Please sign in to comment.