Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf committed Sep 30, 2019
1 parent 9c60f4c commit 0ecf6d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.1.2"></a>
## [0.1.2](https://github.com/zazuko/query-rdf-data-cube/compare/v0.1.1...v0.1.2) (2019-09-30)


### Bug Fixes

* **filter:** handles more than 2 filters ([148301d](https://github.com/zazuko/query-rdf-data-cube/commit/148301d))



<a name="0.1.1"></a>
## [0.1.1](https://github.com/zazuko/query-rdf-data-cube/compare/v0.1.0...v0.1.1) (2019-09-26)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zazuko/query-rdf-data-cube",
"version": "0.1.1",
"version": "0.1.2",
"description": "Query (or introspect) [RDF Data Cubes](https://www.w3.org/TR/vocab-data-cube/) with a JavaScript API, without writing SPARQL.",
"scripts": {
"build": "rimraf dist; rollup -c",
Expand Down

0 comments on commit 0ecf6d2

Please sign in to comment.