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

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jun 27, 2023
1 parent ad4204e commit 6c22f37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

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

### Added
* [Add SPARQL-star operators and comparison (#179)](https://github.com/comunica/sparqlee/commit/d1e01c353c9c2ae810cece7ec4ff209ec1a57dd6)
The `isAscending` option in `orderTypes` has been removed, which is a breaking change.

### Fixed
* [Fix invalid lexical form not throwing the correct error](https://github.com/comunica/sparqlee/commit/1d9ca76f0355303661822b691257e3c17f8892aa)

<a name="v2.3.2"></a>
## [v2.3.2](https://github.com/comunica/sparqlee/compare/v2.3.1...v2.3.2) - 2023-04-21

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": "2.3.2",
"version": "3.0.0",
"description": "A simple SPARQL expression evaluator library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6c22f37

Please sign in to comment.