Skip to content

Commit e47dac1

Browse files
committed
3.0.0
1 parent 2c67d4b commit e47dac1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
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/rdf-parse.js/compare/v2.3.3...v3.0.0) - 2024-07-04
6+
7+
### BREAKING CHANGES
8+
* [Replace default exports with named exports for better ESM support (#61)](https://github.com/rubensworks/rdf-parse.js/commit/80eabdce290d03d73819a4625ed169244c25ff03)
9+
* Update your imports to `import { rdfParser } from "rdf-parse";`
10+
411
<a name="v2.3.3"></a>
512
## [v2.3.3](https://github.com/rubensworks/rdf-parse.js/compare/v2.3.2...v2.3.3) - 2024-02-06
613

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.3",
3+
"version": "3.0.0",
44
"description": "Parses RDF from any serialization",
55
"lsd:module": true,
66
"keywords": [

0 commit comments

Comments
 (0)