Skip to content

Commit 08e589d

Browse files
committed
3.0.0
1 parent fbdc544 commit 08e589d

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/rdf-object.js/compare/v2.0.0...v3.0.0) - 2025-01-08
6+
7+
### BREAKING CHANGES
8+
* [Update to rdf-data-factory v2](https://github.com/rubensworks/rdf-object.js/commit/fbdc5444ae848357bd2b134b85b7bc50ffec5d62)
9+
This includes a bump to @rdfjs/types@2.0.0, which requires TypeScript 5 and Node 14+
10+
411
<a name="v2.0.0"></a>
512
## [v2.0.0](https://github.com/rubensworks/rdf-object.js/compare/v1.14.0...v2.0.0) - 2024-09-27
613

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": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Loads RDF as JSON objects",
55
"keywords": [
66
"rdf",

0 commit comments

Comments
 (0)