From 9ba6e37b763f70e5bea188447a1e21db8c86dde5 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Wed, 9 Nov 2022 10:21:11 +0100 Subject: [PATCH] 1.3.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab0765..cfb1bf4 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.1](https://github.com/rubensworks/rdf-isomorphic.js/compare/v1.3.0...v1.3.1) - 2022-11-09 + +### Fixed +* [Include source map files in packed files](https://github.com/rubensworks/rdf-isomorphic.js/commit/4eb99e7f081a0c5ff6614a28908bb30ed30d5066) + ## [v1.3.0](https://github.com/rubensworks/rdf-isomorphic.js/compare/v1.2.1...v1.3.0) - 2021-08-11 diff --git a/package.json b/package.json index 3b6a997..3759be6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdf-isomorphic", - "version": "1.3.0", + "version": "1.3.1", "description": "Determines if two RDF graphs are isomorphic", "keywords": [ "rdf",