Skip to content

Commit c94f40e

Browse files
committed
2.0.0
1 parent 03e54c5 commit c94f40e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
<a name="v2.0.0"></a>
5+
## [v2.0.0](https://github.com/rubensworks/rdf-object.js/compare/v1.14.0...v2.0.0) - 2024-09-27
6+
7+
### BREAKING CHANGE
8+
* [Update to jsonld-context-parser v3](https://github.com/rubensworks/rdf-object.js/commit/03e54c5070675dd2c831524f5b3f1e6b4fc88663) This is not a breaking change for users of Node 18+
9+
10+
### Changed
11+
* [Update dependency arrayify-stream to v3](https://github.com/rubensworks/rdf-object.js/commit/90ac35c4642d53c07202cd50c5eae5484f4efbe3)
12+
413
<a name="v1.14.0"></a>
514
## [v1.14.0](https://github.com/rubensworks/rdf-object.js/compare/v1.13.2...v1.14.0) - 2023-06-06
615

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdf-object",
3-
"version": "1.14.0",
3+
"version": "2.0.0",
44
"description": "Loads RDF as JSON objects",
55
"keywords": [
66
"rdf",

0 commit comments

Comments
 (0)