Skip to content

Commit 252964a

Browse files
committed
2.0.0
1 parent 76080aa commit 252964a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
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-data-factory.js/compare/v1.1.2...v2.0.0) - 2025-01-08
6+
7+
### BREAKING CHANGE
8+
* [Update to @rdfjs/types@2.0.0, which requires TypeScript 5+](https://github.com/rubensworks/rdf-data-factory.js/commit/e3cfd5366d932bd5948cc4725bc2cd1baa133e18)
9+
For most users, this won't be a breaking change if you're already at TypeScript 5+.
10+
11+
### Added
12+
* [Add optional direction for literals](https://github.com/rubensworks/rdf-data-factory.js/commit/332f7393a2ad3078d34eed79e87c4995d5fd1eb3)
13+
414
<a name="v1.1.2"></a>
515
## [v1.1.2](https://github.com/rubensworks/rdf-data-factory.js/compare/v1.1.1...v1.1.2) - 2023-06-20
616

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdf-data-factory",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "A TypeScript/JavaScript implementation of the RDF/JS data factory.",
55
"keywords": [
66
"rdf",

0 commit comments

Comments
 (0)