Skip to content

Commit 3472e2f

Browse files
committed
3.0.0
1 parent 8d26fba commit 3472e2f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
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-context-parser.js/compare/v2.4.0...v3.0.0) - 2024-06-13
6+
7+
### BREAKING CHANGE
8+
* [Remove cross fetch (#76)](https://github.com/rubensworks/jsonld-context-parser.js/commit/8d26fba6cb2e8c54f998a2eafeee49a4688abe36)
9+
This is not a breaking change for users of Node 18+
10+
411
<a name="v2.4.0"></a>
512
## [v2.4.0](https://github.com/rubensworks/jsonld-context-parser.js/compare/v2.3.3...v2.4.0) - 2023-11-07
613

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonld-context-parser",
3-
"version": "2.4.0",
3+
"version": "3.0.0",
44
"description": "Parses JSON-LD contexts",
55
"keywords": [
66
"json",

0 commit comments

Comments
 (0)