From cb92d2cc8d910affeb9c258ab4dc314c30e790a3 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Wed, 8 Jan 2025 15:35:57 +0100 Subject: [PATCH] 3.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ed88e..3b6307c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. + +## [v3.0.1](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v3.0.0...v3.0.1) - 2025-01-08 + +### Changed +* [Bump to @types/readable-stream v4](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/22b40b7a2c407f20d56a6d29a6ab60b412481cf3) + ## [v3.0.0](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v2.4.0...v3.0.0) - 2025-01-08 diff --git a/package.json b/package.json index 502c185..bcb55c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdfxml-streaming-parser", - "version": "3.0.0", + "version": "3.0.1", "description": "Streaming RDF/XML parser", "keywords": [ "rdf/xml",