Skip to content

Commit

Permalink
chore: release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 4, 2018
1 parent 992d3b5 commit 8215eae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.md
@@ -1,3 +1,7 @@
0.6.3 / 2018-05-04
==================
* fix(parse): format `it()` block `code` to remove extra indents

0.6.2 / 2018-03-31
==================
* fix(parse): filter out leading comments that are in previous blocks due to esprima quirks
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "acquit",
"version": "0.6.2",
"version": "0.6.3",
"description": "Parse BDD-style tests (Mocha, Jasmine) to generate documentation",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8215eae

Please sign in to comment.