From e7374fc9e55979cae9698026f247065fd04e975e Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Wed, 11 Aug 2021 16:54:50 +0200 Subject: [PATCH] 1.3.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb63351..9ab0765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. + +## [v1.3.0](https://github.com/rubensworks/rdf-isomorphic.js/compare/v1.2.1...v1.3.0) - 2021-08-11 + +### Changed +* [Migrate to @rdfjs/types](https://github.com/rubensworks/rdf-isomorphic.js/commit/af89a0ab8ad7a99fb3918e5bba0eb6d56b6ca6fc) + ## [v1.2.1](https://github.com/rubensworks/rdf-isomorphic.js/compare/v1.1.0...v1.2.1) - 2021-04-04 diff --git a/package.json b/package.json index 133d8e9..0bf8759 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdf-isomorphic", - "version": "1.2.1", + "version": "1.3.0", "description": "Determines if two RDF graphs are isomorphic", "keywords": [ "rdf",