Skip to content

Commit

Permalink
Release 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Feb 3, 2018
1 parent 9e217c1 commit c70a3bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ console.log(comments);

## Changelog

### `0.8.4`
* Fix parsing of variable values containing semicolons.

### `0.8.3`
* Fix remaining previous package name.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scss-comment-parser",
"version": "0.8.3",
"version": "0.8.4",
"description": "Parse SCSS comments to build documentation",
"repository": {
"type": "git",
Expand Down

0 comments on commit c70a3bb

Please sign in to comment.