Skip to content

Commit 4a8f237

Browse files
committed
5.0.0
1 parent 1811d94 commit 4a8f237

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-to-sparql",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Converts GraphQL queries to SPARQL queries",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)