Skip to content

Commit 15f2b4f

Browse files
committed
2.2.0
1 parent b59ff0b commit 15f2b4f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
<a name="v2.2.0"></a>
5+
## [v2.2.0](https://github.com/rubensworks/rdf-dereference.js/compare/v2.1.0...v2.2.0) - 2023-08-07
6+
7+
### Added
8+
* [Support custom fetch function (#46)](https://github.com/rubensworks/rdf-dereference.js/commit/b59ff0bd96de01c5f8ee7a01f8f09cc0f3c25532)
9+
10+
### Changed
11+
* [Use process shim (#43)](https://github.com/rubensworks/rdf-dereference.js/commit/2accbad301bfad2e07bd424dbd88baef319115f0)
12+
413
<a name="v2.1.0"></a>
514
## [v2.1.0](https://github.com/rubensworks/rdf-dereference.js/compare/v2.0.1...v2.1.0) - 2023-01-31
615

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdf-dereference",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Dereferences a URL for its RDF contents",
55
"lsd:module": true,
66
"bin": {

0 commit comments

Comments
 (0)