We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e1d13 commit 9f2e8c3Copy full SHA for 9f2e8c3
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+<a name="v2.3.3"></a>
5
+## [v2.3.3](https://github.com/rubensworks/rdf-parse.js/compare/v2.3.2...v2.3.3) - 2024-02-06
6
+
7
+### Fixed
8
+* [Fix wrong type in export in index, Closes #58](https://github.com/rubensworks/rdf-parse.js/commit/82e1d135131069981c6431558e292c46b3b11371)
9
10
<a name="v2.3.2"></a>
11
## [v2.3.2](https://github.com/rubensworks/rdf-parse.js/compare/v2.3.1...v2.3.2) - 2023-03-30
12
package.json
@@ -1,6 +1,6 @@
{
"name": "rdf-parse",
- "version": "2.3.2",
+ "version": "2.3.3",
"description": "Parses RDF from any serialization",
"lsd:module": true,
"keywords": [
0 commit comments