Skip to content

Commit 836eab6

Browse files
committed
2.3.1
1 parent 74bd7af commit 836eab6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
<a name="v2.3.1"></a>
5+
## [v2.3.1](https://github.com/rubensworks/rdf-parse.js/compare/v2.3.0...v2.3.1) - 2023-02-27
6+
7+
### Fixed
8+
* [Use readable-stream instead of Node streams](https://github.com/rubensworks/rdf-parse.js/commit/74bd7afc4acb2e3cb9ccbc3e644147f4da02a562)
9+
410
<a name="v2.3.0"></a>
511
## [v2.3.0](https://github.com/rubensworks/rdf-parse.js/compare/v2.2.0...v2.3.0) - 2023-02-01
612

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdf-parse",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Parses RDF from any serialization",
55
"lsd:module": true,
66
"keywords": [

0 commit comments

Comments
 (0)