Skip to content

Commit

Permalink
version bump, sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Mock committed Jan 2, 2018
1 parent 59ba8bf commit 13d84f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## version 1.6.3 (2018-01-01)
## version 1.6.4 (2018-01-01)

* Fixes `parser.many()` to throw an error if it detects an infinite parse loop.

## version 1.6.3 (2018-01-01)

* Unpublished due to a Travis CI build issues.

## version 1.6.2 (2017-07-08)

* Fixes another bug with match groups outside the correct range in `Parsimmon.regexp(regexp, group)`.
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": "parsimmon",
"version": "1.6.3",
"version": "1.6.4",
"description": "A monadic LL(infinity) parser combinator library",
"keywords": ["parsing", "parse", "parsers", "parser combinators"],
"author": "Jeanine Adkisson <jneen at jneen dot net>",
Expand Down

0 comments on commit 13d84f2

Please sign in to comment.