diff --git a/.changeset/neat-toys-sip.md b/.changeset/neat-toys-sip.md deleted file mode 100644 index 7de7d01..0000000 --- a/.changeset/neat-toys-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuseki-geosparql": patch ---- - -Add v prefix in Docker image tags diff --git a/CHANGELOG.md b/CHANGELOG.md index 04fffc7..c5cbae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # fuseki-geosparql +## 2.3.1 + +### Patch Changes + +- 5ff6c99: Add v prefix in Docker image tags + ## 2.3.0 ### Minor Changes diff --git a/package.json b/package.json index b86f04a..a64da47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fuseki-geosparql", - "version": "2.3.0", + "version": "2.3.1", "description": "Non-offcial Fuseki Docker image with GeoSPARQL support", "main": "index.js", "repository": "git@github.com:zazuko/fuseki-geosparql.git",