diff --git a/CHANGELOG.md b/CHANGELOG.md index 360c6c3..9cf4d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. + +## [v4.0.0](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v3.4.0...v4.0.0) - 2024-09-27 + +### BREAKING CHANGE +* [Update to jsonld-context-parser v3](https://github.com/rubensworks/streaming-jsonld-parser.js/commit/e2c9e1a1bf6b7429df7f6b870029ae39ac3295ce). This is not a breaking change for users of Node 18+ + ## [v3.4.0](https://github.com/rubensworks/streaming-jsonld-parser.js/compare/v3.3.0...v3.4.0) - 2024-03-15 diff --git a/package.json b/package.json index be59e59..ba4cce7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonld-streaming-parser", - "version": "3.4.0", + "version": "4.0.0", "description": "A fast and lightweight streaming JSON-LD parser", "keywords": [ "json",