Skip to content

Commit

Permalink
Merge pull request #25 from zazuko/changeset-release/main
Browse files Browse the repository at this point in the history
Merge to release
  • Loading branch information
ludovicm67 authored Sep 16, 2024
2 parents 4fc41ea + d0d3075 commit 22177a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/twelve-seals-bathe.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# clear-sparql-cache-endpoint

## 0.3.1

### Patch Changes

- 497f5c6: All results were returned as strings, which was breaking the logic.

Now, everything is converted as dateTime, and it assumes that a date having hours, minutes and seconds set to zero is a value converted from a date.

## 0.3.0

### Minor Changes
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": "clear-sparql-cache-endpoint",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"type": "module",
"entrypoint": "index.js",
Expand Down

0 comments on commit 22177a5

Please sign in to comment.