Skip to content

Commit

Permalink
-> v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiriac committed Mar 12, 2017
1 parent ff49a97 commit 3ba3390
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [Version 0.4.8](https://github.com/glayzzle/docblock-parser/releases/tag/v0.4.8) (2017-3-12)

### Patches

- https://github.com/glayzzle/doc-parser/issues fix issue of text parsing by using the lexer input function dirrectly: [`ecd6a46`](https://github.com/glayzzle/docblock-parser/commit/ecd6a46)

[...full changes](https://github.com/glayzzle/docblock-parser/compare/v0.4.7...v0.4.8)

## [Version 0.4.7](https://github.com/glayzzle/docblock-parser/releases/tag/v0.4.7) (2017-2-21)

### Patches
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": "doc-parser",
"version": "0.4.7",
"version": "0.4.8",
"description": "Parses docblocks comments",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 3ba3390

Please sign in to comment.