From 46611ace9166b50f574965fdeb16999abee29849 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Wed, 8 Nov 2023 12:26:11 +0200 Subject: [PATCH] 3.3.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5ace9..2223b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. + +## [v3.3.0](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v3.2.1...v3.3.0) - 2023-11-08 + +### Changed +* [Remove deep cloning of contexts during parsing](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/dc18d7f4c91329c09f781ee257d6b9a74014d64f) + ## [v3.2.1](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v3.2.0...v3.2.1) - 2023-09-19 diff --git a/package.json b/package.json index 9553d3c..50c3684 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonld-streaming-parser", - "version": "3.2.1", + "version": "3.3.0", "description": "A fast and lightweight streaming JSON-LD parser", "keywords": [ "json",