Skip to content

Commit f734d3f

Browse files
committed
3.2.1
1 parent 3249687 commit f734d3f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
<a name="v3.2.1"></a>
5+
## [v3.2.1](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v3.2.0...v3.2.1) - 2023-09-19
6+
7+
### Fixed
8+
* [Fix type-scoped contexts breaking when aliasing `@type`](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/3249687aad62bc48a4e617b49abe6acfa9d01efe)
9+
410
<a name="v3.2.0"></a>
511
## [v3.2.0](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v3.1.0...v3.2.0) - 2023-01-27
612

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.2.0",
3+
"version": "3.2.1",
44
"description": "A fast and lightweight streaming JSON-LD parser",
55
"keywords": [
66
"json",

0 commit comments

Comments
 (0)