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 45abb81 commit 2b1d6f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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-dereference.js/compare/v2.2.0...v3.0.0) - 2024-07-04

### TODO: categorize commits, choose titles from: Added, Changed, Deprecated, Removed, Fixed, Security.
* [Replace default export with named export `rdfDereferencer` for better ESM support (#53)](https://github.com/rubensworks/rdf-dereference.js/commit/13d623cc8173bfe2e12df2f5ff3e1dda945c6159)
* Update your imports to `import { rdfDereferencer } from "rdf-dereference";`

<a name="v2.2.0"></a>
## [v2.2.0](https://github.com/rubensworks/rdf-dereference.js/compare/v2.1.0...v2.2.0) - 2023-08-07

Expand Down
2 changes: 1 addition & 1 deletion config/config-browser.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-dereference/^2.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/rdf-dereference/^3.0.0/components/context.jsonld",

"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-dereference-http/^2.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-dereference-fallback/^2.0.0/components/context.jsonld",
Expand Down
2 changes: 1 addition & 1 deletion config/config-default.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/rdf-dereference/^2.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/rdf-dereference/^3.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-dereference-file/^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-dereference",
"version": "2.2.0",
"version": "3.0.0",
"description": "Dereferences a URL for its RDF contents",
"lsd:module": true,
"bin": {
Expand Down

0 comments on commit 2b1d6f3

Please sign in to comment.