Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abstrctn committed Jul 13, 2016
1 parent 42a2435 commit 0655854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Parse Archie Markup Language (ArchieML) documents into JavaScript objects.

Read about the ArchieML specification at [archieml.org](http://archieml.org).

The current version is `v0.4.1`.
The current version is `v0.4.2`.

## Installation

Expand Down Expand Up @@ -73,6 +73,7 @@ A full shared test suite is included from the [archieml.org](https://github.com/

## Changelog

* `0.4.2` - Fixes bug #19.
* `0.4.1` - Fixes bug #21.
* `0.4.0` - Updates to how dot-notation is handled in freeform array, unicode key support.
* `0.3.1` - Added support for freeform arrays.
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": "archieml",
"version": "0.4.1",
"version": "0.4.2",
"description": "JavaScript parser for the Archie Markup Language (ArchieML)",
"homepage": "http://archieml.org",
"keywords": [
Expand Down

0 comments on commit 0655854

Please sign in to comment.