Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Sep 15, 2020
1 parent 1f2f402 commit 3d886fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v1.2.0"></a>
## [v1.2.0](https://github.com/rubensworks/rdf-isomorphic.js/compare/v1.1.0...v1.2.0) - 2020-09-15

### Added
* [Add support for nested quads](https://github.com/rubensworks/rdf-isomorphic.js/commit/1f2f4020fbc10f3eb81b7bdad85e48f4c7d36601)

<a name="v1.1.0"></a>
## [v1.1.0](https://github.com/rubensworks/rdf-isomorphic.js/compare/v1.0.3...v1.1.0) - 2018-11-08

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rdf-isomorphic",
"version": "1.1.0",
"version": "1.2.0",
"description": "Determines if two RDF graphs are isomorphic",
"keywords": [
"rdf",
Expand Down Expand Up @@ -48,7 +48,9 @@
"typescript": "^3.0.1"
},
"jest": {
"setupFilesAfterEnv": [ "jest-rdf" ],
"setupFilesAfterEnv": [
"jest-rdf"
],
"transform": {
"^.+\\.ts$": "ts-jest"
},
Expand Down

0 comments on commit 3d886fc

Please sign in to comment.