We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d26fba commit 3472e2fCopy full SHA for 3472e2f
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
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
11
<a name="v2.4.0"></a>
12
## [v2.4.0](https://github.com/rubensworks/jsonld-context-parser.js/compare/v2.3.3...v2.4.0) - 2023-11-07
13
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonld-context-parser",
- "version": "2.4.0",
+ "version": "3.0.0",
"description": "Parses JSON-LD contexts",
"keywords": [
"json",
0 commit comments