Skip to content

Commit 0655854

Browse files
committed
v0.4.2
1 parent 42a2435 commit 0655854

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Parse Archie Markup Language (ArchieML) documents into JavaScript objects.
44

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

7-
The current version is `v0.4.1`.
7+
The current version is `v0.4.2`.
88

99
## Installation
1010

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

7474
## Changelog
7575

76+
* `0.4.2` - Fixes bug #19.
7677
* `0.4.1` - Fixes bug #21.
7778
* `0.4.0` - Updates to how dot-notation is handled in freeform array, unicode key support.
7879
* `0.3.1` - Added support for freeform arrays.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "archieml",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "JavaScript parser for the Archie Markup Language (ArchieML)",
55
"homepage": "http://archieml.org",
66
"keywords": [

0 commit comments

Comments
 (0)