Skip to content

Commit 2d94837

Browse files
committed
3.0.0
1 parent df0bbbe commit 2d94837

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.0.0"></a>
5+
## [v3.0.0](https://github.com/rubensworks/jsonld-streaming-serializer.js/compare/v2.1.0...v3.0.0) - 2024-09-27
6+
7+
### BREAKING CHANGE
8+
* [Update to jsonld-context-parser v3](https://github.com/rubensworks/jsonld-streaming-serializer.js/commit/df0bbbe287b2b20ca284b1c06ce1b83a9f682b48). This is not a breaking change for users of Node 18+
9+
410
<a name="v2.1.0"></a>
511
## [v2.1.0](https://github.com/rubensworks/jsonld-streaming-serializer.js/compare/v2.0.1...v2.1.0) - 2022-11-25
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-serializer",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "A fast and lightweight streaming JSON-LD serializer",
55
"keywords": [
66
"json",

0 commit comments

Comments
 (0)