From 2b1d6f3e4e3091b3670428ca9f97bd1fd0758f2a Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Thu, 4 Jul 2024 12:01:05 +0200 Subject: [PATCH] 3.0.0 --- CHANGELOG.md | 7 +++++++ config/config-browser.json | 2 +- config/config-default.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a2734f..3328662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. + +## [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";` + ## [v2.2.0](https://github.com/rubensworks/rdf-dereference.js/compare/v2.1.0...v2.2.0) - 2023-08-07 diff --git a/config/config-browser.json b/config/config-browser.json index 4fa3b60..b2b8422 100644 --- a/config/config-browser.json +++ b/config/config-browser.json @@ -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", diff --git a/config/config-default.json b/config/config-default.json index 1b0babe..9176396 100644 --- a/config/config-default.json +++ b/config/config-default.json @@ -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" ], diff --git a/package.json b/package.json index c627899..9f99f3b 100644 --- a/package.json +++ b/package.json @@ -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": {