Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 8, 2023
1 parent 2e73d5c commit 93e2e65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

<a name="v3.0.1"></a>
## [v3.0.1](https://github.com/comunica/sparqlee/compare/v3.0.0...v3.0.1) - 2023-08-08

### Changed
* [Remove redundancies in inequality functions](https://github.com/comunica/sparqlee/commit/2e73d5c4fa01a27dc0170adc53bfac5bc584496a)
* [Use ordering logic in min/max](https://github.com/comunica/sparqlee/commit/3bf0950aa333faa028f63939282b4f2a6dae8bcd)

<a name="v3.0.0"></a>
## [v3.0.0](https://github.com/comunica/sparqlee/compare/v2.3.2...v3.0.0) - 2023-06-27

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparqlee",
"version": "3.0.0",
"version": "3.0.1",
"description": "A simple SPARQL expression evaluator library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 93e2e65

Please sign in to comment.