Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Sep 15, 2020
1 parent c2293ec commit 471b42e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v2.1.0"></a>
## [v2.1.0](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v2.0.2...v2.1.0) - 2020-09-15

### Changed
* [Update to @types/rdf-js 4.x](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/c2293ecce10502eef0cc746eb248562790ab8977)

### Fixed
* [Fix import method sometimes failing on large streams](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/4d4ca956a4695a0f36e363d4e11011d014c04aa2)
* [Fix incompatibility with WhatWG streams](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/f7318415a100d4de29f40d8216dd12a80d0f96f6)

<a name="v2.0.2"></a>
## [v2.0.2](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v2.0.1...v2.0.2) - 2020-06-03

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": "jsonld-streaming-parser",
"version": "2.0.2",
"version": "2.1.0",
"description": "A fast and lightweight streaming JSON-LD parser",
"keywords": [
"json",
Expand Down

0 comments on commit 471b42e

Please sign in to comment.