Skip to content

Commit da8c2f6

Browse files
committed
3.0.0
1 parent a06070d commit da8c2f6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
<a name="v3.0.0"></a>
5+
## [v3.0.0](https://github.com/rubensworks/rdfa-streaming-parser.js/compare/v2.0.1...v3.0.0) - 2025-01-08
6+
7+
### BREAKING CHANGES
8+
* [Update to rdf-data-factory v2](https://github.com/rubensworks/rdfa-streaming-parser.js/commit/a06070d2b28bd3f778374c6bafe3b54ca55c1e38)
9+
This includes a bump to @rdfjs/types@2.0.0, which requires TypeScript 5 and Node 14+
10+
11+
### Changed
12+
* [Update dependency htmlparser2 to v9 (#55)](https://github.com/rubensworks/rdfa-streaming-parser.js/commit/d425142755bf5b904f3cba6e65befa4e726e7c18)
13+
* [Update dependency @types/readable-stream to v4](https://github.com/rubensworks/rdfa-streaming-parser.js/commit/cc4eca48f7ef225f8c17b312fae3898c26748907)
14+
415
<a name="v2.0.1"></a>
516
## [v2.0.1](https://github.com/rubensworks/rdfa-streaming-parser.js/compare/v2.0.0...v2.0.1) - 2022-11-09
617

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdfa-streaming-parser",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "A fast and lightweight streaming RDFa parser",
55
"keywords": [
66
"rdfa",

0 commit comments

Comments
 (0)