Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Sep 16, 2020
1 parent 98bd2eb commit 0021984
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.6.0"></a>
## [v1.6.0](https://github.com/rubensworks/sparqljson-parse.js/compare/v1.5.2...v1.6.0) - 2020-09-16

### Changed
* [Migrate to rdf-data-factory and @types/rdf-js 4.x](https://github.com/rubensworks/sparqljson-parse.js/commit/98bd2eb22809945e1b7b244e70cac2bf5adbb952)

<a name="v1.5.2"></a>
## [v1.5.2](https://github.com/rubensworks/sparqljson-parse.js/compare/v1.5.1...v1.5.2) - 2020-04-28

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": "sparqljson-parse",
"version": "1.5.2",
"version": "1.6.0",
"description": "Parses SPARQL JSON query results",
"keywords": [
"sparql",
Expand Down Expand Up @@ -50,7 +50,9 @@
"tsConfig": "test/tsconfig.json"
}
},
"setupFilesAfterEnv": ["jest-rdf"],
"setupFilesAfterEnv": [
"jest-rdf"
],
"transform": {
"^.+\\.ts$": "ts-jest"
},
Expand Down

0 comments on commit 0021984

Please sign in to comment.