Skip to content

Commit

Permalink
1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 31, 2022
1 parent cd9f4e9 commit eabee77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

Initialize changelog
<a name="v1.0.0-beta.2"></a>
## [v1.0.0-beta.2](https://github.com/Tpt/json-event-parser.js/compare/v1.0.0-beta.1...v1.0.0-beta.2) - 2022-10-04

### Added
* [Adds a basic JsonStreamPathTransformer](https://github.com/Tpt/json-event-parser.js/commit/217e6c459567d121b47127f65301d4c12fe3f4a5)

### Fixed
* [Requires readable-stream ^4.2.0 to avoid any buffer-related issues](https://github.com/Tpt/json-event-parser.js/commit/f007a2763919e6e80d8b24d6e47cd0976fe398ce)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-event-parser",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "A SAX-style JSON event parser",
"tags": [
"json",
Expand Down

0 comments on commit eabee77

Please sign in to comment.