Skip to content

Commit

Permalink
New version: 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Jun 21, 2018
1 parent c7f84ae commit bdc7e12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Obviously, if a bug is found, or a way to simplify existing components, or new g

## Release History

- 1.0.2 *minor tweaks, documentation improvements.*
- 1.0.1 *reorg to fix export problems.*
- 1.0.0 *the first 1.0 release.*
- 0.6.1 *the technical release.*
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-json",
"version": "1.0.1",
"version": "1.0.2",
"description": "stream-json is the micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can parse JSON files far exceeding available memory streaming individual primitives using a SAX-inspired API. Includes utilities to stream JSON database dumps.",
"homepage": "http://github.com/uhop/stream-json",
"bugs": "http://github.com/uhop/stream-json/issues",
Expand Down

0 comments on commit bdc7e12

Please sign in to comment.