Skip to content

Commit 9f079ce

Browse files
committed
3.0.1
1 parent a7802f8 commit 9f079ce

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
<a name="v3.0.1"></a>
5+
## [v3.0.1](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v3.0.0...v3.0.1) - 2022-11-09
6+
7+
### Fixed
8+
* [Include source map files in packed files](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/a7802f842522aa67241c227b8803fcd08b6ccff9)
9+
10+
### Changed
11+
* [Use .push instead of .emit('data') where possible](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/7233b16fc316943f399a88607e5079ac236491af)
12+
* [Use .pipe in .import if available](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/df0af6d8493b53aea2fcb6d8fa2fa9f1b64b2db9)
13+
414
<a name="v3.0.0"></a>
515
## [v3.0.0](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v2.4.3...v3.0.0) - 2022-07-14
616

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonld-streaming-parser",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A fast and lightweight streaming JSON-LD parser",
55
"keywords": [
66
"json",

0 commit comments

Comments
 (0)