Skip to content

Commit ee9c7e4

Browse files
committed
2.0.1
1 parent 1a1b23e commit ee9c7e4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

4+
<a name="v2.0.1"></a>
5+
## [v2.0.1](https://github.com/rubensworks/rdf-data-factory.js/compare/v2.0.0...v2.0.1) - 2025-01-08
6+
7+
A no-op release to make sure this version is shown after v1.1.3 on npm.
8+
49
<a name="v2.0.0"></a>
510
## [v2.0.0](https://github.com/rubensworks/rdf-data-factory.js/compare/v1.1.2...v2.0.0) - 2025-01-08
611

@@ -11,6 +16,12 @@ All notable changes to this project will be documented in this file.
1116
### Added
1217
* [Add optional direction for literals](https://github.com/rubensworks/rdf-data-factory.js/commit/332f7393a2ad3078d34eed79e87c4995d5fd1eb3)
1318

19+
<a name="v1.1.3"></a>
20+
## [v1.1.3](https://github.com/rubensworks/rdf-data-factory.js/compare/v1.1.2...v1.1.3) - 2023-06-20
21+
22+
### Changed
23+
* [Narrow @rdfjs/types to v1 range](https://github.com/rubensworks/rdf-data-factory.js/commit/85ec7a553ef4ab880cd6c01aa99dcbe4a28e4b95)
24+
1425
<a name="v1.1.2"></a>
1526
## [v1.1.2](https://github.com/rubensworks/rdf-data-factory.js/compare/v1.1.1...v1.1.2) - 2023-06-20
1627

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdf-data-factory",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A TypeScript/JavaScript implementation of the RDF/JS data factory.",
55
"keywords": [
66
"rdf",

0 commit comments

Comments
 (0)