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": {