Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jul 4, 2024
1 parent 3b01216 commit 0f77b7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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/rubensworks/rdf-serialize.js/compare/v2.2.3...v3.0.0) - 2024-07-04

### BREAKING CHANGES
* [Replace default exports with named exports for better ESM support (#22)](https://github.com/rubensworks/rdf-serialize.js/commit/1099ba97ce6ab82f8726be66016e614ed6533483)
* Update your imports to `import { rdfSerializer } from "rdf-serialize";`

<a name="v2.2.3"></a>
## [v2.2.3](https://github.com/rubensworks/rdf-serialize.js/compare/v2.2.2...v2.2.3) - 2024-02-06

Expand Down
2 changes: 1 addition & 1 deletion config/config-default.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^2.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/rdf-serialize/^2.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/rdf-serialize/^3.0.0/components/context.jsonld",

"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-serialize-n3/^2.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-serialize-jsonld/^2.0.0/components/context.jsonld",
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": "rdf-serialize",
"version": "2.2.3",
"version": "3.0.0",
"description": "Serializes to any RDF serialization",
"lsd:module": true,
"keywords": [
Expand Down

0 comments on commit 0f77b7c

Please sign in to comment.