diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f42e623 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + + +## 1.0.0 (2022-05-12) + +### Added + +- 🎉 Begin project [[b36dca5](https://github.com/Tomas2D/virtuoso-connector/commit/b36dca5d4351694e5823a9b1ea510a8684d5fd06)] + +### Changed + +- 💬 Update README [[67f494b](https://github.com/Tomas2D/virtuoso-connector/commit/67f494bef79ee26a9f21d6099cd8d253167440da)] +- 💬 Update README [[4b06588](https://github.com/Tomas2D/virtuoso-connector/commit/4b065883adf4884efe6aaf223e30717c48b53546)] +- 💬 Update README and keywords [[abe5154](https://github.com/Tomas2D/virtuoso-connector/commit/abe51547df5ea2035e0b74ff1e44655174743238)] +- ♻️ Move utils functions [[a3cba73](https://github.com/Tomas2D/virtuoso-connector/commit/a3cba7369564441375b425fe7fc919320cd3a8b8)] +- 💬 Update README [[0e360b6](https://github.com/Tomas2D/virtuoso-connector/commit/0e360b6ff1d9ada6df2d0aed035e0d1e929462fb)] + +### Miscellaneous + +- 👷 Setup GitHub action [[01e2090](https://github.com/Tomas2D/virtuoso-connector/commit/01e2090a26c7f71f51574c84cc0674c5be9f9916)] + + diff --git a/package.json b/package.json index a0a8532..c486d5c 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "virtuoso-connector", - "description": "Run SPARQL queries fast directly directly on Virtuoso database with support of connection pool.", + "description": "Run SPARQL/SQL queries directly on Virtuoso database with connection pool support.", "keywords": [ "virtuoso", "virtuoso isql", "virtuoso sparql", "sparql" ], - "version": "0.0.1", + "version": "1.0.0", "main": "./lib/index.js", "types": "./lib/index.d.ts", "files": [