Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jan 8, 2025
1 parent d6140be commit 731c379
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v3.0.0"></a>
## [v3.0.0](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v2.4.0...v3.0.0) - 2025-01-08

### BREAKING CHANGES
* [Update to rdf-data-factory v2](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/d6140be8e518d6884b65e0cd9fb815f4867d7356)
This includes a bump to @rdfjs/types@2.0.0, which requires TypeScript 5 and Node 14+

<a name="v2.4.0"></a>
## [v2.4.0](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v2.3.0...v2.4.0) - 2023-11-24

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rdfxml-streaming-parser",
"version": "2.4.0",
"version": "3.0.0",
"description": "Streaming RDF/XML parser",
"keywords": [
"rdf/xml",
Expand Down

0 comments on commit 731c379

Please sign in to comment.